mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Change loglevel to warning
This commit is contained in:
parent
3b478fafaa
commit
488e906a87
@ -126,8 +126,8 @@ def update():
|
||||
old_mtime_map[file_path] = mtime
|
||||
except ValueError:
|
||||
# Document the invalid entry in the log
|
||||
log.error('Skipped invalid cache mtime entry in {0}: {1}'
|
||||
.format(mtime_map_path, line))
|
||||
log.warning('Skipped invalid cache mtime entry in {0}: {1}'
|
||||
.format(mtime_map_path, line))
|
||||
|
||||
# generate the new map
|
||||
new_mtime_map = salt.fileserver.generate_mtime_map(__opts__['file_roots'])
|
||||
|
Loading…
Reference in New Issue
Block a user