You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/08/21 19:25:01 UTC

[2/3] git commit: ACCUMULO-3070 Use dynamically set log4j port and not hard-coded.

ACCUMULO-3070 Use dynamically set log4j port and not hard-coded.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/caf1ca8c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/caf1ca8c
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/caf1ca8c

Branch: refs/heads/master
Commit: caf1ca8cc212be704adeb693bb62ef7341c37f59
Parents: b0353de
Author: Josh Elser <el...@apache.org>
Authored: Thu Aug 21 13:23:26 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu Aug 21 13:23:26 2014 -0400

----------------------------------------------------------------------
 assemble/conf/templates/generic_logger.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/caf1ca8c/assemble/conf/templates/generic_logger.properties
----------------------------------------------------------------------
diff --git a/assemble/conf/templates/generic_logger.properties b/assemble/conf/templates/generic_logger.properties
index 06e28df..d1e4a41 100644
--- a/assemble/conf/templates/generic_logger.properties
+++ b/assemble/conf/templates/generic_logger.properties
@@ -35,7 +35,7 @@ log4j.appender.A3.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n
 # If the centralized logger is down, buffer the log events, but drop them if it stays down
 log4j.appender.ASYNC=org.apache.accumulo.core.util.AsyncSocketAppender
 log4j.appender.ASYNC.RemoteHost=${org.apache.accumulo.core.host.log}
-log4j.appender.ASYNC.Port=4560
+log4j.appender.ASYNC.Port=${org.apache.accumulo.core.host.log.port}
 log4j.appender.ASYNC.Application=${org.apache.accumulo.core.application}:${org.apache.accumulo.core.ip.localhost.hostname}
 log4j.appender.ASYNC.Threshold=WARN