Skip to content

Commit

Permalink
[opendaylight] Update directory for openDaylight logs
Browse files Browse the repository at this point in the history
OpenDaylight karaf logs are now located in:
/var/log/containers/opendaylight/karaf/logs, so
deprecate the old paths, and update the plugin
to get the karaf.log files from new location.

Resolves: #1793566
Depends-on: https://review.openstack.org/#/c/603907/

Signed-off-by: Victor Pickard <vpickard@redhat.com>
  • Loading branch information
vpickard committed Oct 23, 2018
1 parent 15bcdb4 commit 3a3edc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/plugins/opendaylight.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def setup(self):
"/var/log/containers/opendaylight/",
"/var/log/containers/opendaylight/karaf/logs/",
])

else:

# /var/log/containers/opendaylight/ path is specific to ODL
Expand Down

0 comments on commit 3a3edc9

Please sign in to comment.