STORM-540: changed log timestamp format to ISO8601 to include timezone
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/376ff8eb Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/376ff8eb Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/376ff8eb Branch: refs/heads/security Commit: 376ff8ebe22b92f7bc9b4311077ac669d22764d9 Parents: cfe7e63 Author: Michael Pershyn <[email protected]> Authored: Thu Oct 23 15:29:00 2014 +0200 Committer: Michael Pershyn <[email protected]> Committed: Thu Oct 23 15:29:00 2014 +0200 ---------------------------------------------------------------------- logback/cluster.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/376ff8eb/logback/cluster.xml ---------------------------------------------------------------------- diff --git a/logback/cluster.xml b/logback/cluster.xml index c2def42..e3d045f 100644 --- a/logback/cluster.xml +++ b/logback/cluster.xml @@ -30,7 +30,7 @@ </triggeringPolicy> <encoder> - <pattern>%d{yyyy-MM-dd HH:mm:ss} %c{1} [%p] %m%n</pattern> + <pattern>%d{yyyy-MM-dd'T'HH:mm:ss.SSSZZ} %c{1} [%p] %m%n</pattern> </encoder> </appender> @@ -47,7 +47,7 @@ </triggeringPolicy> <encoder> - <pattern>%d{yyyy-MM-dd HH:mm:ss} %c{1} [%p] %m%n</pattern> + <pattern>%d{yyyy-MM-dd'T'HH:mm:ss.SSSZZ} %c{1} [%p] %m%n</pattern> </encoder> </appender>
