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:
ZhongShengping 2017-04-18 10:57:54 +08:00
parent a81abcc5c4
commit c7b3b489e6
2 changed files with 3 additions and 0 deletions

View File

@ -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'],

View File

@ -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]'],