Increase the setting log level
Increase the setting log level in the synchronization database. Change-Id: Idfbcec022b629f66df9a52c84700f5b67a70cbcf Closes-Bug: #1683567
This commit is contained in:
parent
a81abcc5c4
commit
c7b3b489e6
@ -21,6 +21,7 @@ class barbican::db::sync(
|
||||
refreshonly => true,
|
||||
try_sleep => 5,
|
||||
tries => 10,
|
||||
logoutput => on_failure,
|
||||
subscribe => [
|
||||
Anchor['barbican::install::end'],
|
||||
Anchor['barbican::config::end'],
|
||||
|
@ -12,6 +12,7 @@ describe 'barbican::db::sync' do
|
||||
:refreshonly => 'true',
|
||||
:try_sleep => 5,
|
||||
:tries => 10,
|
||||
:logoutput => 'on_failure',
|
||||
:subscribe => ['Anchor[barbican::install::end]',
|
||||
'Anchor[barbican::config::end]',
|
||||
'Anchor[barbican::dbsync::begin]'],
|
||||
@ -34,6 +35,7 @@ describe 'barbican::db::sync' do
|
||||
:refreshonly => 'true',
|
||||
:try_sleep => 5,
|
||||
:tries => 10,
|
||||
:logoutput => 'on_failure',
|
||||
:subscribe => ['Anchor[barbican::install::end]',
|
||||
'Anchor[barbican::config::end]',
|
||||
'Anchor[barbican::dbsync::begin]'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user