1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-26 10:03:37 +03:00

feature #924: Change MSG_FORMAT in Logger class

This commit is contained in:
Daniel Molina 2012-02-29 13:27:01 +01:00
parent 3ed87c071a
commit 52ab2afea6

View File

@ -95,7 +95,7 @@ module CloudLogger
]
# Mon Feb 27 06:02:30 2012 [Clo] [E]: Error message example
MSG_FORMAT = %{%s [Clo] [%s]: %s\n}
MSG_FORMAT = %{%s [%s]: %s\n}
# Mon Feb 27 06:02:30 2012
DATE_FORMAT = "%a %b %d %H:%M:%S %Y"