diff options
author | elijah <elijah@riseup.net> | 2013-06-25 20:47:18 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-25 20:47:18 -0700 |
commit | d8615fe6b2313722f0b643df52ae16f981efaa49 (patch) | |
tree | 33618f284bc4752b6910edc11baf16bd20051648 /lib | |
parent | e486a1d185d5cdf58cc095a79c4c813a74f02cf4 (diff) |
change it so the file loading info is only logged if log level is >= 3 (it is a little noisy)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/leap_cli/config/manager.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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. |