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
In base.rb the colorable levels are restricted to
valid_levels - [:debug, :info, :warn, :error, :fatal]
Which leads to an assertion failure if you try to color a custom level.
I was wondering if there was a reason for this.
Apart from that, thanks for the awesome lib with the exact functionality I needed.
The text was updated successfully, but these errors were encountered:
No reason that it should only support these levels. Would be nice with a config single and ton or classbwherebyou couldbset a color and block to for text content for each level IMO. Please tweak as you seebfit ;)
Hi kristianmandrup,
In base.rb the colorable levels are restricted to
valid_levels - [:debug, :info, :warn, :error, :fatal]
Which leads to an assertion failure if you try to color a custom level.
I was wondering if there was a reason for this.
Apart from that, thanks for the awesome lib with the exact functionality I needed.
The text was updated successfully, but these errors were encountered: