mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-27 14:03:40 +03:00
feature #924: Change MSG_FORMAT in Logger class
This commit is contained in:
parent
3ed87c071a
commit
52ab2afea6
@ -95,7 +95,7 @@ module CloudLogger
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Mon Feb 27 06:02:30 2012 [Clo] [E]: Error message example
|
# 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
|
# Mon Feb 27 06:02:30 2012
|
||||||
DATE_FORMAT = "%a %b %d %H:%M:%S %Y"
|
DATE_FORMAT = "%a %b %d %H:%M:%S %Y"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user