223b9428f1
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
9 lines
332 B
YAML
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 |