feat: Add .log extension to master and api log files

This commit is contained in:
Carlos Álvaro
2023-05-23 18:56:54 +02:00
committed by Carlos D. Álvaro
parent 83214cc23b
commit 2e0fe50216
3 changed files with 7 additions and 15 deletions

View File

@@ -117,8 +117,8 @@ syndic_log_file: {{SALT_LOGS_DIR}}/salt/syndic
##### Logging settings #####
##########################################
# The location of the master log file
log_file: {{SALT_LOGS_DIR}}/salt/master
key_logfile: {{SALT_LOGS_DIR}}/salt/key
log_file: {{SALT_LOGS_DIR}}/salt/master.log
key_logfile: {{SALT_LOGS_DIR}}/salt/key.log
# The level of messages to send to the console.
# One of 'garbage', 'trace', 'debug', info', 'warning', 'error', 'critical'.