Jcrespo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/296707

Change subject: Avoid log spam as 99% of these would be non-errors
......................................................................

Avoid log spam as 99% of these would be non-errors

Bug: T132324
Change-Id: I9493fda89a2149775ee57c62e9b6555d5128269d
---
M manifests/role/mariadb.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/07/296707/1

diff --git a/manifests/role/mariadb.pp b/manifests/role/mariadb.pp
index ad6491d..5b47d81 100644
--- a/manifests/role/mariadb.pp
+++ b/manifests/role/mariadb.pp
@@ -921,7 +921,7 @@
         monthday => '*',
         month    => '*',
         weekday  => '3',
-        command  => '/usr/local/bin/dumps-otrs.sh',
+        command  => '/usr/local/bin/dumps-otrs.sh > /srv/backups/dump.log 
2>&1',
         user     => 'root',
         require  => [
             File['/usr/local/bin/dumps-otrs.sh'],

-- 
To view, visit https://gerrit.wikimedia.org/r/296707
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9493fda89a2149775ee57c62e9b6555d5128269d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to