Add the setting log level

Increase the setting log level in the synchronization database.

Change-Id: Ibfdc689def55aa56ad69479053a97c2d76825981
Closes-Bug: #1683567
This commit is contained in:
ZhongShengping 2017-04-18 11:31:38 +08:00
parent 5059bdf9a2
commit bfd8584f18
2 changed files with 3 additions and 0 deletions

View File

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

View File

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