jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/346479 )
Change subject: Add run-job[pid] to example syslog format ...................................................................... Add run-job[pid] to example syslog format Bug: T162189 Change-Id: I904415b8d3ea94484680602f7f2d8d73f059fc9b --- M process-control.example.yaml 1 file changed, 4 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Awight: Checked; Looks good to me, approved diff --git a/process-control.example.yaml b/process-control.example.yaml index f89ed3c..d1ad3cb 100644 --- a/process-control.example.yaml +++ b/process-control.example.yaml @@ -27,8 +27,9 @@ # Python logging config, https://docs.python.org/2/library/logging.config.html#logging-config-dictschema logging: version: 1 - #formatters: - # - + formatters: + runjob: + format: 'run-job[%(process)d]: %(message)s' #filters: # - @@ -38,6 +39,7 @@ class: logging.handlers.SysLogHandler level: DEBUG facility: daemon + formatter: runjob loggers: process-control: -- To view, visit https://gerrit.wikimedia.org/r/346479 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I904415b8d3ea94484680602f7f2d8d73f059fc9b Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/fundraising/process-control Gerrit-Branch: master Gerrit-Owner: Ejegg <[email protected]> Gerrit-Reviewer: Awight <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
