You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When logfile_path is set to '/var/log/newrelic/newrelic-java' e.g.
newrelic_agent_java new_resource.name do
license 'abc'
app_name 'xyz'
logfile_path '/var/log/newrelic/newrelic-java'
end
When logfile_path is set to '/var/log/newrelic/newrelic-java' e.g.
newrelic_agent_java new_resource.name do
license 'abc'
app_name 'xyz'
logfile_path '/var/log/newrelic/newrelic-java'
end
It will change the group and mode of /var /var/log and /var/log/newrelic directories.
It would be great to have this functionality optional.
This is implemented here:
https://github.com/djoos-cookbooks/newrelic/blob/master/providers/agent_java.rb#L89
The text was updated successfully, but these errors were encountered: