From: elijah Date: Wed, 26 Jun 2013 03:47:18 +0000 (-0700) Subject: change it so the file loading info is only logged if log level is >= 3 (it is a littl... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d8615fe6b2313722f0b643df52ae16f981efaa49;p=leap%2Fleap_cli.git change it so the file loading info is only logged if log level is >= 3 (it is a little noisy) --- diff --git a/lib/leap_cli/config/manager.rb b/lib/leap_cli/config/manager.rb index 29721e7..05df22f 100644 --- a/lib/leap_cli/config/manager.rb +++ b/lib/leap_cli/config/manager.rb @@ -207,7 +207,7 @@ module LeapCli return object_class.new(self) end - log :loading, filename, 2 + log :loading, filename, 3 # # Read a JSON file, strip out comments.