From d8615fe6b2313722f0b643df52ae16f981efaa49 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 25 Jun 2013 20:47:18 -0700 Subject: change it so the file loading info is only logged if log level is >= 3 (it is a little noisy) --- lib/leap_cli/config/manager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/config/manager.rb') 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. -- cgit v1.2.3