Hi,

I am using both python logging and set_logvar to log extra vars.

So  for the filename, I would one process per file to be consistent on
restarts

Kinda like this -> upload-8030-stdout---supervisor-H0_GkI.log

In python..how so I get "H0_GkI" portion so I can use it too?

then handler =
RotatingFileHandler(filename='/tmp/upload_server_bottle-H0_GkI.log',
maxBytes=1024 * 1024 * 10,backupCount=1)

Thanks
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to