tripleo-heat-templates/releasenotes/notes/odl_stand_alone_log_config-5358ec26f7e7a970.yaml
Janki Chhatbar 223b9428f1 Store ODL logs to file
ODL is configured to log to console and then access the logs
via docker logs. Older logs are being deleted too fast. So
moving back to logging to file which is default setting in ODL
THT.
https://github.com/openstack/tripleo-heat-templates/blob/
master/puppet/services/opendaylight-api.yaml#L60

Change-Id: I29724cfb23e13c8293d1b7b4341cbd409ae1b7a6
Closes-Bug: 1779629
2018-07-02 10:35:25 +00:00

9 lines
332 B
YAML

---
features:
- |
Configure ODL to log to file instead of console. Also ODL
log configuration has been moved out of general service
configurations to a stand-alone config file at
docker/services/logging/files/opendaylight-api.yaml. ODL
logs are now accessible at /var/log/containers/opendaylight/
karaf.log