rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
249 stars 170 forks source link

Pretty logs #70

Closed serpulga closed 11 years ago

serpulga commented 11 years ago

I recently got interested in IRC bots. I see them as a powerful tool, good for startups that heavily rely on remote workers: Async communication, SCM and CI, integration, automated processes, etc.

Not missing anything is also important to me, I would like to improve logs readability, and ultimately come up with something like these logs: https://botbot.me/ HTML generation, a flask app? Does it sound like something useful?, any advice?

rmmh commented 11 years ago

That's interesting, but I tend not to chat in channels with public logging.

You could use plugins/log.py as a start, but maybe make it log to a database instead, so that a web app could consume it.