puppet-watcher/releasenotes/notes/drop-hardcoded-log_file-3f656a530073379f.yaml
Takashi Kajinami 7becf0017c Drop hard-coded log_file
Because the service config file is shared among multiple services,
we should not set the option without any specific reason. In case
the option is not set (and no --log-file argument is passed) then
log file name is determined according to the process name, and each
service creates its own file.

Change-Id: I65b1abc96be4503d51d8b1af2c4ece7aa52be563
2024-09-22 03:32:36 +00:00

7 lines
190 B
YAML

---
fixes:
- |
The ``watcher::logging::log_file`` now defaults to the os_service_default
fact so that log file name is determined automatically accoridng to
the process names.