Right now we have many TurboGears apps spread across a half-dozen app servers. Not only are most of these apps spitting out a ridiculous amount of unnecessary logs, but tracking down a Traceback is quite painful.
To potentially solve this problem we could hook up the [http://docs.python.org/library/logging.html#logging.handlers.SysLogHandler SysLogHandler], and send all logs to our central log servers.
That'd be awesome. Is this something that would be specific to TG1 or TG2? Feel free to start testing this out on staging - it'd definitely be extremely valuable to all of us.
I am currently refactoring the logging code of Bodhi, Elections and FAS to fix logging a bit, so we can send them centrally. If anyone has any additional applications I should look at, please let me know so in this ticket.
Pingou mentioned I should look into MirrorManager too.
As ianweller is rewriting Elections, I will NOT look into that any further.
Another one: packagedb
Closing this in favor of the new shiny ticket #3627
Log in to comment on this ticket.