You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by po...@apache.org on 2019/01/16 04:41:22 UTC

incubator-senssoft git commit: SENSSOFT-325: small syntax correction

Repository: incubator-senssoft
Updated Branches:
  refs/heads/SENSSOFT-325 c6cedd59d -> 54ecb9084


SENSSOFT-325: small syntax correction


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/commit/54ecb908
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/tree/54ecb908
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/diff/54ecb908

Branch: refs/heads/SENSSOFT-325
Commit: 54ecb908485f71aa3e0893790c9ce66ffeb4b793
Parents: c6cedd5
Author: poorejc <po...@apache.org>
Authored: Tue Jan 15 23:41:13 2019 -0500
Committer: poorejc <po...@apache.org>
Committed: Tue Jan 15 23:41:13 2019 -0500

----------------------------------------------------------------------
 docker/elasticsearch/6.5.4/config/log4j2.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/54ecb908/docker/elasticsearch/6.5.4/config/log4j2.properties
----------------------------------------------------------------------
diff --git a/docker/elasticsearch/6.5.4/config/log4j2.properties b/docker/elasticsearch/6.5.4/config/log4j2.properties
index 51f7e79..c86c995 100644
--- a/docker/elasticsearch/6.5.4/config/log4j2.properties
+++ b/docker/elasticsearch/6.5.4/config/log4j2.properties
@@ -18,7 +18,7 @@ status = error
 appender.console.type = Console
 appender.console.name = console
 appender.console.layout.type = PatternLayout
-appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] [%Node_Name] %marker%m%n 
+appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] [%node_name] %marker%m%n 
 
 rootLogger.level = info
 rootLogger.appenderRef.console.ref = console
\ No newline at end of file