Merge "Add the setting log level"
This commit is contained in:
commit
404f469173
@ -12,6 +12,7 @@ class zaqar::db::sync {
|
||||
refreshonly => true,
|
||||
try_sleep => 5,
|
||||
tries => 10,
|
||||
logoutput => on_failure,
|
||||
subscribe => [
|
||||
Anchor['zaqar::install::end'],
|
||||
Anchor['zaqar::config::end'],
|
||||
|
@ -14,6 +14,7 @@ describe 'zaqar::db::sync' do
|
||||
:user => 'zaqar',
|
||||
:try_sleep => 5,
|
||||
:tries => 10,
|
||||
:logoutput => 'on_failure',
|
||||
:subscribe => ['Anchor[zaqar::install::end]',
|
||||
'Anchor[zaqar::config::end]',
|
||||
'Anchor[zaqar::dbsync::begin]'],
|
||||
|
Loading…
Reference in New Issue
Block a user