Explorar o código

changed formatter to include the PID

Helmut Pozimski %!s(int64=11) %!d(string=hai) anos
pai
achega
a30a896280
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      stdd

+ 1 - 1
stdd

@@ -93,7 +93,7 @@ elif config.syslog_facility == "daemon":
 		facility=logging.handlers.SysLogHandler.LOG_DAEMON)
 console_handler = logging.StreamHandler()
 
-formatter = logging.Formatter("%(name)s[os.getuid()]:  %(message)s")
+formatter = logging.Formatter("%(name)s[" +str(os.getpid()) +  "]: %(message)s")
 
 syslog_handler.setFormatter(formatter)
 console_handler.setFormatter(formatter)