Use a custom, more compact, logger formatter

This commit is contained in:
Thibault Jouan
2015-04-16 21:36:01 +00:00
parent d6b23994e9
commit fbfc6089a3
3 changed files with 18 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ module Uh
o.level = debug? ? LOGGER_LEVEL_DEBUG :
verbose? ? LOGGER_LEVEL_VERBOSE :
LOGGER_LEVEL
o.formatter = LoggerFormatter.new
end
end