Hi there,
I configured “in-context” logging as described in the documentation and have confirmed that everything is installed as described on my instances:
-
newrelic-infra
is installed -
logging.d
folder shows up as expected under/etc/newrelic-infra
- Logging config file is available and configured as specified. Target log files exist and are being written to. Here are the contents of my config file:
logs:
- name: production.log
file: /var/app/containerfiles/logs/production.log
- name: sidekiq.log
file: /var/app/containerfiles/logs/sidekiq.log
- name: puma.log
file: /var/log/puma/puma.log
- name: access.log
file: /var/log/nginx/access.log
attributes:
logtype: nginx
- name: error.log
file: /var/log/nginx/error.log
attributes:
logtype: nginx-error
Any ideas as to what else to check?