tripleo-heat-templates/releasenotes/notes/odl_file_logging-46ccf8ff1ad6af5b.yaml
Janki Chhatbar a3948bed9f ODL to log to file for containerised deployments
ODL was configured to log to console and then access
logs via docker logs. journal deletes older logs and
sometimes the old logs are not available. Move back
to logging to file, which is a default mechanism.
https://github.com/openstack/tripleo-heat-templates/
blob/stable/queens/puppet/services/opendaylight-api.yaml#L68

All relevant changes are already merged.
https://review.openstack.org/#/c/567469/
https://review.openstack.org/#/c/565756/

There is WIP patch to move to stand-alone log config
file for Rocky.
https://review.openstack.org/#/c/575416/

Change-Id: I686af4a85a3728b4583f376d28bdb1151845b25d
Closes-Bug: 1779627
2018-07-06 11:18:30 +05:30

6 lines
124 B
YAML

---
fixes:
- |
Moving to file logging for ODL as docker logs, sometimes,
miss older logs due to journal rollover.