]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
change it so the file loading info is only logged if log level is >= 3 (it is a littl...
authorelijah <elijah@riseup.net>
Wed, 26 Jun 2013 03:47:18 +0000 (20:47 -0700)
committerelijah <elijah@riseup.net>
Wed, 26 Jun 2013 03:47:18 +0000 (20:47 -0700)
lib/leap_cli/config/manager.rb

index 29721e7c9ae87a9a69a434f7e1d9fb474fea6a8c..05df22fbe3ea47d74fc214247fd1c73e3ebe6654 100644 (file)
@@ -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.