You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (JIRA)" <ji...@apache.org> on 2016/07/27 13:57:20 UTC

[jira] [Updated] (CASSANDRA-12004) Inconsistent timezone in logs

     [ https://issues.apache.org/jira/browse/CASSANDRA-12004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulo Motta updated CASSANDRA-12004:
------------------------------------
    Status: Ready to Commit  (was: Patch Available)

> 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
>             Fix For: 2.1.x
>
>         Attachments: 12004-trunk.patch2.txt, patch.txt
>
>
> 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, the same log line (Local time zone: CEST) :
> 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)