lib/bolt/logger.rb in bolt-2.44.0 vs lib/bolt/logger.rb in bolt-3.0.0

- old
+ new

@@ -2,10 +2,10 @@ require 'logging' module Bolt module Logger - LEVELS = %w[trace debug info notice warn error fatal].freeze + LEVELS = %w[trace debug info warn error fatal].freeze # This module is treated as a global singleton so that multiple classes # in Bolt can log warnings with IDs. Access to the following variables # are controlled by a mutex. @mutex = Mutex.new