lib/ougai/formatters/bunyan.rb in ougai-0.8.0 vs lib/ougai/formatters/bunyan.rb in ougai-0.9.0
- old
+ new
@@ -23,9 +23,11 @@
40
when 'ERROR'
50
when 'FATAL'
60
+ when 'ANY'
+ 70
else # DEBUG
20
end
end
end