lib/chef/config.rb in microwave-0.1004.6 vs lib/chef/config.rb in microwave-0.1006.1
- old
+ new
@@ -62,11 +62,12 @@
file_backup_path "#{ENV['HOME']}/.microwave/backup"
interval nil
log_level :info
log_location STDOUT
- verbose_logging nil
+ # toggle info level log items that can create a lot of output
+ verbose_logging true
node_name nil
node_path "#{ENV['HOME']}/nodes"
pid_file nil
@@ -81,9 +82,12 @@
# Report Handlers
report_handlers []
# Exception Handlers
exception_handlers []
+
+ # Start handlers
+ start_handlers []
# Checksum Cache
# Uses Moneta on the back-end
cache_type "BasicFile"
cache_options({ :path => "#{ENV['HOME']}/.microwave/cache/checksums", :skip_expires => true })