Jérôme Mainaud created CASSANDRA-12004:
------------------------------------------
Summary: Inconsistent timezone in logs
Key: CASSANDRA-12004
URL: https://issues.apache.org/jira/browse/CASSANDRA-12004
Project: Cassandra
Issue Type: Bug
Reporter: Jérôme Mainaud
Priority: Trivial
An error in provided logback.xml lead to inconsistent timestamp usage in logs.
In log files, local time zone is used.
On the console, UTC time zone is used (and millisconds are missing.)
Example :
in system.log
{code}
INFO [main] 2016-06-14 14:01:51,638 StorageService.java:2081 - Node
localhost/127.0.0.1 state jump to NORMAL}}
{code}
in console
{code}
INFO 12:01:51 Node localhost/127.0.0.1 state jump to NORMAL
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)