main: Add the logger name and process ID to the syslog formatter
authorW. Trevor King <wking@tremily.us>
Fri, 21 Feb 2014 02:35:08 +0000 (18:35 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 21 Feb 2014 02:35:08 +0000 (18:35 -0800)
commit39b72dec99fa48f1c000db71a7ef92aecf1b70c9
tree11502572f8d779303ab93dd347a942030c5217e9
parent6bc0e6dc56d2c382b65ead7cd502c83713acd837
main: Add the logger name and process ID to the syslog formatter

When logging to stderr, there's no need to differentiate the logging
process.  When everything's landing in the same system log, there is.
package_cache/main.py