Bug 8854: Add config of ODL log file size/rollover 94/60294/19
authorJanki Chhatbar <jchhatba@redhat.com>
Mon, 24 Jul 2017 09:32:09 +0000 (15:02 +0530)
committerDaniel Farrell <dfarrell@redhat.com>
Tue, 25 Jul 2017 17:50:54 +0000 (13:50 -0400)
commitaa72d529a11a8cf33638a6b910f501532ddd1bfd
tree752819840a6d36d536c6eb1d7a3ad9a3ae010448
parent4ac57f9039c58568437344f36a7f0435ee98c7b4
Bug 8854: Add config of ODL log file size/rollover

The default ODL logging config uses 10 small log files. This makes
searching for errors difficult. Add the ability to configure the maximum
size of karaf.log and the number of rollover logs to keep. Default to
values that make it normal to end up with a single large log file but
still allow pruning from the tail when logs rollover.

Change-Id: Ibcdd0c6634fc37180a9880e03abfd24f1eb84a10
Signed-Off-By: Janki Chhatbar <jchhatba@redhat.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
README.markdown
manifests/config.pp
manifests/init.pp
manifests/params.pp
spec/acceptance/class_spec.rb
spec/classes/opendaylight_spec.rb
spec/spec_helper.rb
spec/spec_helper_acceptance.rb