python-loggingserver

Linked on Apr 26 at 17:26

“The logging server itself is a centralized service to which any and all Python code/processes/servers can log messages to. This means that multiple processes can log messages to the same log file without conflict. This concept extends across servers that are running Python processes so long as there is a network connection between those servers. The server also provides a web based status page that shows some statistics and a color coded, chronological listing of the last 300 log messages.”