summaryrefslogtreecommitdiff
path: root/lib/mixlib/log/logging.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mixlib/log/logging.rb')
-rw-r--r--lib/mixlib/log/logging.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/log/logging.rb b/lib/mixlib/log/logging.rb
index 626237a..524900b 100644
--- a/lib/mixlib/log/logging.rb
+++ b/lib/mixlib/log/logging.rb
@@ -29,7 +29,7 @@ module Mixlib
SEV_LABEL[sev + 1] || -"ANY"
end
- LEVELS = { :trace => TRACE, :debug => DEBUG, :info => INFO, :warn => WARN, :error => ERROR, :fatal => FATAL }.freeze
+ LEVELS = { trace: TRACE, debug: DEBUG, info: INFO, warn: WARN, error: ERROR, fatal: FATAL }.freeze
LEVEL_NAMES = LEVELS.invert.freeze
attr_accessor :metadata