Repository: accumulo Updated Branches: refs/heads/1.6.1-SNAPSHOT b0353dec7 -> caf1ca8cc refs/heads/master d231b920e -> 65bfccfb2
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/1.6.1-SNAPSHOT Commit: caf1ca8cc212be704adeb693bb62ef7341c37f59 Parents: b0353de Author: Josh Elser <[email protected]> Authored: Thu Aug 21 13:23:26 2014 -0400 Committer: Josh Elser <[email protected]> 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
