puppet-ironic/releasenotes/notes/accept-empty-strings-log-dir-fc9ebec7543ea3a5.yaml
Juan Antonio Osorio Robles dbc4f7ad2a Accept empty strings for log_dir
An empty string is an acceptable value of this entry, and it forces
logging to stdout/stderr, which is useful when running on containers.

Change-Id: I79a53d59f948c19b22f883d120e1afed7439d643
2017-10-06 16:56:46 +03:00

6 lines
128 B
YAML

---
fixes:
- |
It is now possible to pass empty strings to the log_dir option. This enables
logging to stdout/stderr.