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:
parent
0ddf5b1434
commit
89a0622c23
@ -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'],
|
||||
|
@ -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'],
|
||||
|
@ -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]',
|
||||
|
@ -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]',
|
||||
|
Loading…
x
Reference in New Issue
Block a user