33a63bc0da
Currently ironic logs into files, other services - into journald. Ramdisk logs are for some reason stored with data rather than in /var/log. This change makes all services log into journald and changes to standard paths for ramdisk logs (making them available in the CI as a side effect). Change-Id: I8b3c7750596602c2609798ffbb7e274e2c18b40f
18 lines
573 B
YAML
18 lines
573 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
All services now use *journald* logging by default, ``ironic-api.log`` and
|
|
``ironic-conductor.log`` are no longer populated. Use ``ironic_log_dir``
|
|
and ``inspector_log_dir`` to override.
|
|
- |
|
|
The ramdisk logs for deploy/cleaning are now by default stored in
|
|
``/var/log/ironic/deploy``.
|
|
security:
|
|
- |
|
|
Uses mode 0700 for the ironic log directories to prevent them from being
|
|
world readable.
|
|
features:
|
|
- |
|
|
Deploy/cleaning ramdisk logs are now always stored by default, use
|
|
``ironic_store_ramdisk_logs`` to override.
|