mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add timestamp to the minion's log_fmt_console
This makes salt-call show timestamps in stdout/stderr when run from integration tests (e.g. in ShellCase.run_script).
This commit is contained in:
parent
85ebcbd3f2
commit
2c64b270df
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ id: minion
|
|||
open_mode: True
|
||||
log_file: minion.log
|
||||
log_level_logfile: debug
|
||||
log_fmt_console: '%(asctime)s,%(msecs)03d [%(levelname)-8s] %(message)s'
|
||||
pidfile: minion.pid
|
||||
|
||||
# Give the minion extra attempts to find the master
|
||||
|
|
Loading…
Add table
Reference in a new issue