Add the setting log level

Increase the setting log level in the synchronization database.

Change-Id: Ia38512b1c97ecbca556605e760584376d8725dd9
Closes-Bug: #1683567
This commit is contained in:
ZhongShengping 2017-04-18 11:37:21 +08:00
parent 6ffab7bb67
commit 2422f26b2d
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class vitrage::db::sync(
refreshonly => true,
try_sleep => 5,
tries => 10,
logoutput => on_failure,
subscribe => [
Anchor['vitrage::install::end'],
Anchor['vitrage::config::end'],

View File

@ -12,6 +12,7 @@ describe 'vitrage::db::sync' do
:refreshonly => 'true',
:try_sleep => 5,
:tries => 10,
:logoutput => 'on_failure',
:subscribe => ['Anchor[vitrage::install::end]',
'Anchor[vitrage::config::end]',
'Anchor[vitrage::dbsync::begin]'],
@ -34,6 +35,7 @@ describe 'vitrage::db::sync' do
:refreshonly => 'true',
:try_sleep => 5,
:tries => 10,
:logoutput => 'on_failure',
:subscribe => ['Anchor[vitrage::install::end]',
'Anchor[vitrage::config::end]',
'Anchor[vitrage::dbsync::begin]'],