*.conf.example: use /var/log in examples

This commit is contained in:
Evgeny Zinoviev 2021-02-26 18:49:11 +03:00
parent ccef821921
commit 318fd45626
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ ping_interval = 30 ; seconds
poke_throttle_interval = 0.5 ; seconds
; logging
log_file = /tmp/jobd-master.log
log_file = /var/log/jobd-master.log
log_level_file = info
log_level_console = debug

View File

@ -8,7 +8,7 @@ master_port = 13597
master_reconnect_timeout = 10
; log
log_file = /tmp/jobd.log
log_file = /var/log/jobd.log
log_level_file = info
log_level_console = debug