Hi Merlijn, Op 22-12-2011 21:48, Merlijn van Deen schreef: > Last but not least, feel free to rewrite all bots to use the python > logging module, as it exists for long enough to be used (since python > 2.3). I think we can distinguish two kinds of output: 1. Output for user interaction (diff, followed by user interaction) 2. Various levels of information
If a bot is running in autonomous mode all messages fall in the second category. We should probably start using the python logging module and define an output level (see https://en.wikipedia.org/wiki/Syslog) for every message. Sounds like a nice programming project. Who is up to the challenge? ;-) Maarten _______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
