You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2018/02/19 14:18:59 UTC

[3/4] brooklyn-dist git commit: Make cosmetic tweak to logging output

Make cosmetic tweak to logging output


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/11f446e1
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/11f446e1
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/11f446e1

Branch: refs/heads/master
Commit: 11f446e1046ba7c2548af54418752b19f7733691
Parents: 06d2ae3
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Mon Feb 5 16:25:49 2018 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Mon Feb 5 16:25:49 2018 +0000

----------------------------------------------------------------------
 .../src/main/resources/etc/org.ops4j.pax.logging.cfg               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/11f446e1/karaf/apache-brooklyn/src/main/resources/etc/org.ops4j.pax.logging.cfg
----------------------------------------------------------------------
diff --git a/karaf/apache-brooklyn/src/main/resources/etc/org.ops4j.pax.logging.cfg b/karaf/apache-brooklyn/src/main/resources/etc/org.ops4j.pax.logging.cfg
index cc78a84..0e410fb 100644
--- a/karaf/apache-brooklyn/src/main/resources/etc/org.ops4j.pax.logging.cfg
+++ b/karaf/apache-brooklyn/src/main/resources/etc/org.ops4j.pax.logging.cfg
@@ -18,7 +18,7 @@
 ################################################################################
 
 # Common pattern layout for appenders
-log4j2.pattern = %d{ISO8601} %X{task.id}@%X{entity.ids} %-5.5p %3X{bundle.id} %c{1.} [%.16t] %m%n
+log4j2.pattern = %d{ISO8601} %X{task.id}-%X{entity.ids} %-5.5p %3X{bundle.id} %c{1.} [%.16t] %m%n
 
 ###############
 # Root logger #