templates/default/agent/newrelic.yml.erb sets a log_file parameter. Unfortunately the naming of the parameter isn't consistent amongst the different languages. For python this is correct, but for java and ruby it is called log_file_name instead.
I've manually changed a deployed yml file and confirmed for java that the agent does indeed rely on the name being called log_file_name. From what I can tell that yaml file is only used by the java and ruby agents so should be safe to rename?
templates/default/agent/newrelic.yml.erb sets a
log_file
parameter. Unfortunately the naming of the parameter isn't consistent amongst the different languages. For python this is correct, but for java and ruby it is calledlog_file_name
instead.I've manually changed a deployed yml file and confirmed for java that the agent does indeed rely on the name being called
log_file_name
. From what I can tell that yaml file is only used by the java and ruby agents so should be safe to rename?