Add the setting log level

Increase the setting log level in the synchronization database.

Change-Id: Ib3e94719593b40a9f5cf1e9c9bc06482c9894248
Closes-Bug: #1683567
This commit is contained in:
ZhongShengping 2017-04-18 11:15:54 +08:00
parent 8d80a52f07
commit 3e95068e68
2 changed files with 3 additions and 0 deletions

View File

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

View File

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