myano / jenni

jenni was a python IRC bot. Project is closed. Try Sopel instead, https://sopel.chat/
https://sopel.chat/
Other
235 stars 101 forks source link

Improve logging. #64

Open ghost opened 12 years ago

ghost commented 12 years ago

Currently jenni just sticks everything into "logs/raw.log".

Possibly make jenni do "logs/$network/$channel-MM-DD-YYYY.log".

Possibly make this configurable from inside the config?

myano commented 12 years ago

I like this idea. This will make it a lot easier to debug channel logs. However, what about PMs? How should they be handled?

I'm thinking logs/$network/$nick.log

kaneda commented 9 years ago

@myano would be cool to implement this and ALSO make a symlink to /var/log, e.g., ln -s logs /var/log/jenni

myano commented 9 years ago

@kaneda Eh, maybe. If jenni ever became something that could be installed via 'pip' or a package manager, then I could see putting logs in /var/log/. Which isn't really something I envision in the future in jenni. Personally, I am up for keeping the logs local to jenni, especially since I encourage people (and I personally run jenni) as her own linux user.