lib/bolt_spec/plans.rb in bolt-2.23.0 vs lib/bolt_spec/plans.rb in bolt-2.24.0
- old
+ new
@@ -204,10 +204,10 @@
# Note that this is probably not safe to do in modules that also test Puppet manifest code.
Bolt::PAL.load_puppet
Puppet[:tasks] = true
# Ensure logger is initialized with Puppet levels so 'notice' works when running plan specs.
- Logging.init :debug, :info, :notice, :warn, :error, :fatal, :any
+ Logging.init :trace, :debug, :info, :notice, :warn, :error, :fatal, :any
end
# Provided as a class so expectations can be placed on it.
class MockPuppetDBClient
attr_reader :config