You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
debug: works as expected -- [2013/09/09 03:30:42.132] !! [Cinch::PidFile] This is debug
info: works as expected -- [2013/09/09 03:30:42.134] II [Cinch::PidFile] This is info
warn: message get printed as a debug message -- [2013/09/09 03:30:42.135] !! [Cinch::PidFile] This is warn
error: no logging decorations, just the message -- [Cinch::PidFile] This is error
exception is probably working given that fatal is throwing an exception and the above output displays it (with red !!)
The text was updated successfully, but these errors were encountered:
Also it would really be great if abort really complained loudly so that the message did not mix in with the other messages. Currently it acts much like error where just the text is printed.
When attempting to use the built in logger with a fatal message, the following errors get produced:
Further testing gives the following results:
debug: works as expected -- [2013/09/09 03:30:42.132] !! [Cinch::PidFile] This is debug
info: works as expected -- [2013/09/09 03:30:42.134] II [Cinch::PidFile] This is info
warn: message get printed as a debug message -- [2013/09/09 03:30:42.135] !! [Cinch::PidFile] This is warn
error: no logging decorations, just the message -- [Cinch::PidFile] This is error
exception is probably working given that fatal is throwing an exception and the above output displays it (with red !!)
The text was updated successfully, but these errors were encountered: