mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #18159 from jacksontj/2014.7
Change log line to trace
This commit is contained in:
commit
0104abc5db
@ -2359,7 +2359,7 @@ def import_json():
|
||||
for fast_json in ('ujson', 'yajl', 'json'):
|
||||
try:
|
||||
mod = __import__(fast_json)
|
||||
log.info('loaded {0} json lib'.format(fast_json))
|
||||
log.trace('loaded {0} json lib'.format(fast_json))
|
||||
return mod
|
||||
except ImportError:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user