Add the setting log level

Increase the setting log level in the synchronization database.

Change-Id: I98bbc3d0a5cf8f57448a210399c3caede6b4292f
Closes-Bug: #1683567
This commit is contained in:
ZhongShengping 2017-04-18 11:39:41 +08:00
parent 0ddf5b1434
commit 89a0622c23
4 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class watcher::db::create_schema(
path => '/usr/bin',
user => 'watcher',
refreshonly => true,
logoutput => on_failure,
subscribe => [
Anchor['watcher::install::end'],
Anchor['watcher::config::end'],

View File

@ -20,6 +20,7 @@ class watcher::db::upgrade(
path => '/usr/bin',
user => 'watcher',
refreshonly => true,
logoutput => on_failure,
subscribe => [
Anchor['watcher::install::end'],
Anchor['watcher::config::end'],

View File

@ -10,6 +10,7 @@ describe 'watcher::db::create_schema' do
:path => '/usr/bin',
:user => 'watcher',
:refreshonly => 'true',
:logoutput => 'on_failure',
:subscribe => [
'Anchor[watcher::install::end]',
'Anchor[watcher::config::end]',
@ -32,6 +33,7 @@ describe 'watcher::db::create_schema' do
:path => '/usr/bin',
:user => 'watcher',
:refreshonly => 'true',
:logoutput => 'on_failure',
:subscribe => [
'Anchor[watcher::install::end]',
'Anchor[watcher::config::end]',

View File

@ -10,6 +10,7 @@ describe 'watcher::db::upgrade' do
:path => '/usr/bin',
:user => 'watcher',
:refreshonly => 'true',
:logoutput => 'on_failure',
:subscribe => [
'Anchor[watcher::install::end]',
'Anchor[watcher::config::end]',
@ -33,6 +34,7 @@ describe 'watcher::db::upgrade' do
:path => '/usr/bin',
:user => 'watcher',
:refreshonly => 'true',
:logoutput => 'on_failure',
:subscribe => [
'Anchor[watcher::install::end]',
'Anchor[watcher::config::end]',