Github user mikewalch commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/221#discussion_r103497233
--- Diff: assemble/conf/log4j-monitor.properties ---
@@ -15,18 +15,18 @@
# Write out everything at the DEBUG level to the debug log
log4j.appender.A2=org.apache.log4j.RollingFileAppender
-log4j.appender.A2.File=${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}_fromprops.debug.log
+log4j.appender.A2.File=${accumulo.log.dir}/${accumulo.application}_${accumulo.local.hostname}.debug.log
--- End diff --
Most the properties are being set in accumulo-env.sh. Some of the log
forwarding properties are set in Java but that should change with your new
appender.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---