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:
Erik Johnson 2018-06-13 22:12:54 -05:00
parent 85ebcbd3f2
commit 2c64b270df
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -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