This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git


The following commit(s) were added to refs/heads/master by this push:
     new 5dc36da  Config logs for using UTC time by default instead of local 
time
     new 349e309  This closes #177
5dc36da is described below

commit 5dc36dafdc2cf284d9f96b55cafe176118234d6e
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Sat Aug 21 16:19:59 2021 +0100

    Config logs for using UTC time by default instead of local time
---
 .../features/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg 
b/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg
index 50f4d6e..3de253f 100644
--- a/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg
+++ b/karaf/features/src/main/resources/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}{UTC}Z %X{task.id}-%X{entity.ids} %-5.5p 
%3X{bundle.id} %c{1.} [%.16t] %m%n
 
 ###############
 # Root logger #

Reply via email to