Catching errors when logging with SocketHandler in Python
My web application runs on multpile apache instances and I am having multiprocess logging issues because of this.I am currently using a SocketHandler for logging to a daemon using SocketServer that th
问答
阅读(2)