aboutsummaryrefslogtreecommitdiffstats
path: root/server/alias.py
AgeCommit message (Collapse)Author
2011-05-01Use more meaningful file names.Guillaume Horel
suggestion of Thibaut
2011-04-25Final cleanup of the logging systemGuillaume Horel
- set up a root logger, which is going to catch all the other logger instances set up by other modules (sleekxmpp for instance) - by default, if not in background mode, everything gets logged to the console.
2011-04-25Some further daemon cleanups.Guillaume Horel
- alias logs should be properly redirected - needs to redirect sleekxmpp somewhere
2011-04-24Plugged the logging facility into the daemon.Guillaume Horel
need more work, think it's broken as it is.