Giuseppe Lavagetto has submitted this change and it was merged. Change subject: jobrunner: fix rsyslog for jobchron service ......................................................................
jobrunner: fix rsyslog for jobchron service The rsyslog command :programname for the jobchron at a typo and no log are being added as a result. Also adjust the file name for jobchron which was incorrectly set to jobrunner.log (copy paste not updated?). Bug: T146040 Change-Id: I7bd85bd7153c65b7f2fdfa14ba5806f4cca9246e --- M modules/mediawiki/files/jobrunner.rsyslog.conf 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Giuseppe Lavagetto: Verified; Looks good to me, approved Hashar: Looks good to me, but someone else must approve diff --git a/modules/mediawiki/files/jobrunner.rsyslog.conf b/modules/mediawiki/files/jobrunner.rsyslog.conf index 12181af..62e330c 100644 --- a/modules/mediawiki/files/jobrunner.rsyslog.conf +++ b/modules/mediawiki/files/jobrunner.rsyslog.conf @@ -1,4 +1,4 @@ # rsyslogd(8) configuration file for HHVM. # This file is managed by Puppet. :programname, startswith, "jobrunner" /var/log/mediawiki/jobrunner.log -:progrmname, startswith, "jobchron" /var/log/mediawiki/jobrunner.log +:programname, startswith, "jobchron" /var/log/mediawiki/jobchron.log -- To view, visit https://gerrit.wikimedia.org/r/311702 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7bd85bd7153c65b7f2fdfa14ba5806f4cca9246e Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
