Volans has uploaded a new change for review. https://gerrit.wikimedia.org/r/272639
Change subject: mariadb: Moved error logs to syslog ...................................................................... mariadb: Moved error logs to syslog This change will be effective only upon MariaDB restart Bug: T127636 Change-Id: Ifeb4f60903d8aee9074841e6a57c4b1f20b820de --- M templates/mariadb/production.my.cnf.erb 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/39/272639/1 diff --git a/templates/mariadb/production.my.cnf.erb b/templates/mariadb/production.my.cnf.erb index 0d5bed2..4507884 100644 --- a/templates/mariadb/production.my.cnf.erb +++ b/templates/mariadb/production.my.cnf.erb @@ -14,6 +14,10 @@ # ssl-verify-server-cert <% end %> +[mysqld_safe] +skip_log_error +syslog + [mysqld] user = mysql -- To view, visit https://gerrit.wikimedia.org/r/272639 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifeb4f60903d8aee9074841e6a57c4b1f20b820de Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Volans <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
