[JIRA] Created: (LBCORE-219) Date are garbage

Date are garbage ---------------- Key: LBCORE-219 URL: http://jira.qos.ch/browse/LBCORE-219 Project: logback-core Issue Type: Bug Affects Versions: 0.9.29 Environment: java version "1.6.0_17" OpenJDK Runtime Environment (IcedTea6 1.7.4) (rhel-1.21.b17.el6-x86_64) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode) Reporter: sanchay Assignee: Logback dev list Priority: Critical Sometimes I get these: [2011-17-26 23:17:20] [10461252] [main] INFO ... [2011-59-26 23:59:52] [13013252] [main] INFO ... [2011-07-27 00:07:55] [13495801] [main] INFO ... [2011-08-27 00:08:48] [13548993] [main] INFO ... [2011-09-27 00:09:36] [13597328] [main] INFO ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

It strikes me that you have your minutes and months mixed up in the pattern you are using. I forget if month is MM or mm, but you're using the one for minutes instead. Greg On Saturday, 27 August 2011, sanchay (JIRA) <noreply-jira@qos.ch> wrote:
Date are garbage ----------------
Key: LBCORE-219 URL: http://jira.qos.ch/browse/LBCORE-219 Project: logback-core Issue Type: Bug Affects Versions: 0.9.29 Environment: java version "1.6.0_17" OpenJDK Runtime Environment (IcedTea6 1.7.4) (rhel-1.21.b17.el6-x86_64) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
Reporter: sanchay Assignee: Logback dev list Priority: Critical
Sometimes I get these:
[2011-17-26 23:17:20] [10461252] [main] INFO ... [2011-59-26 23:59:52] [13013252] [main] INFO ... [2011-07-27 00:07:55] [13495801] [main] INFO ... [2011-08-27 00:08:48] [13548993] [main] INFO ... [2011-09-27 00:09:36] [13597328] [main] INFO ...
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________ logback-dev mailing list logback-dev@qos.ch http://qos.ch/mailman/listinfo/logback-dev

[ http://jira.qos.ch/browse/LBCORE-219?page=com.atlassian.jira.plugin.system.i... ] sanchay commented on LBCORE-219: -------------------------------- This also happens with hotspot:
Date are garbage ----------------
Key: LBCORE-219 URL: http://jira.qos.ch/browse/LBCORE-219 Project: logback-core Issue Type: Bug Affects Versions: 0.9.29 Environment: java version "1.6.0_17" OpenJDK Runtime Environment (IcedTea6 1.7.4) (rhel-1.21.b17.el6-x86_64) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode) Reporter: sanchay Assignee: Logback dev list Priority: Critical
Sometimes I get these: [2011-17-26 23:17:20] [10461252] [main] INFO ... [2011-59-26 23:59:52] [13013252] [main] INFO ... [2011-07-27 00:07:55] [13495801] [main] INFO ... [2011-08-27 00:08:48] [13548993] [main] INFO ... [2011-09-27 00:09:36] [13597328] [main] INFO ...
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-219?page=com.atlassian.jira.plugin.system.i... ] sanchay commented on LBCORE-219: -------------------------------- Sorry entered last comment too soon: java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode) Machine: Linux 2.6.32-71.el6.x86_64 #1 SMP x86_64 x86_64 x86_64 GNU/Linux Logback: 0.9.29 Here are logs I'm seeing in production: [2011-39-28 01:39:59] [4137] [main] INFO [2011-40-28 01:40:03] [8074] [main] INFO Can you guys tell if this is known issue or I should try out some other logging impl.
Date are garbage ----------------
Key: LBCORE-219 URL: http://jira.qos.ch/browse/LBCORE-219 Project: logback-core Issue Type: Bug Affects Versions: 0.9.29 Environment: java version "1.6.0_17" OpenJDK Runtime Environment (IcedTea6 1.7.4) (rhel-1.21.b17.el6-x86_64) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode) Reporter: sanchay Assignee: Logback dev list Priority: Critical
Sometimes I get these: [2011-17-26 23:17:20] [10461252] [main] INFO ... [2011-59-26 23:59:52] [13013252] [main] INFO ... [2011-07-27 00:07:55] [13495801] [main] INFO ... [2011-08-27 00:08:48] [13548993] [main] INFO ... [2011-09-27 00:09:36] [13597328] [main] INFO ...
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-219?page=com.atlassian.jira.plugin.system.i... ] Joern Huxhorn commented on LBCORE-219: -------------------------------------- Your logger configuration mixes up month and minutes. It should be yyyy-MM-dd HH:mm:ss and is likely looking like this instead yyyy-mm-dd HH:mm:ss
Date are garbage ----------------
Key: LBCORE-219 URL: http://jira.qos.ch/browse/LBCORE-219 Project: logback-core Issue Type: Bug Affects Versions: 0.9.29 Environment: java version "1.6.0_17" OpenJDK Runtime Environment (IcedTea6 1.7.4) (rhel-1.21.b17.el6-x86_64) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode) Reporter: sanchay Assignee: Logback dev list Priority: Critical
Sometimes I get these: [2011-17-26 23:17:20] [10461252] [main] INFO ... [2011-59-26 23:59:52] [13013252] [main] INFO ... [2011-07-27 00:07:55] [13495801] [main] INFO ... [2011-08-27 00:08:48] [13548993] [main] INFO ... [2011-09-27 00:09:36] [13597328] [main] INFO ...
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-219?page=com.atlassian.jira.plugin.system.i... ] sanchay commented on LBCORE-219: -------------------------------- Oh thank you, this is embarrassing.
Date are garbage ----------------
Key: LBCORE-219 URL: http://jira.qos.ch/browse/LBCORE-219 Project: logback-core Issue Type: Bug Affects Versions: 0.9.29 Environment: java version "1.6.0_17" OpenJDK Runtime Environment (IcedTea6 1.7.4) (rhel-1.21.b17.el6-x86_64) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode) Reporter: sanchay Assignee: Logback dev list Priority: Critical
Sometimes I get these: [2011-17-26 23:17:20] [10461252] [main] INFO ... [2011-59-26 23:59:52] [13013252] [main] INFO ... [2011-07-27 00:07:55] [13495801] [main] INFO ... [2011-08-27 00:08:48] [13548993] [main] INFO ... [2011-09-27 00:09:36] [13597328] [main] INFO ...
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-219?page=com.atlassian.jira.plugin.system.i... ] Ceki Gulcu resolved LBCORE-219. ------------------------------- Resolution: Won't Fix Great to see this resolved. Thanks Joern for your help.
Date are garbage ----------------
Key: LBCORE-219 URL: http://jira.qos.ch/browse/LBCORE-219 Project: logback-core Issue Type: Bug Affects Versions: 0.9.29 Environment: java version "1.6.0_17" OpenJDK Runtime Environment (IcedTea6 1.7.4) (rhel-1.21.b17.el6-x86_64) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode) Reporter: sanchay Assignee: Logback dev list Priority: Critical
Sometimes I get these: [2011-17-26 23:17:20] [10461252] [main] INFO ... [2011-59-26 23:59:52] [13013252] [main] INFO ... [2011-07-27 00:07:55] [13495801] [main] INFO ... [2011-08-27 00:08:48] [13548993] [main] INFO ... [2011-09-27 00:09:36] [13597328] [main] INFO ...
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
participants (4)
-
Ceki Gulcu (JIRA)
-
Greg Thomas
-
Joern Huxhorn (JIRA)
-
sanchay (JIRA)