gkrizek / ghi

GitHub IRC Notification Service
MIT License
26 stars 8 forks source link

add systemd-compatible logging #10

Closed Kvaciral closed 3 years ago

Kvaciral commented 3 years ago

Because systemd's own logging system is more conventional and convenient than using &>> /some/where/ghi.log I've added the means to do so in a seperate module (also for refactoring of logging configuration in index.py and server.py).

laanwj commented 3 years ago

I use this setup and it works great for me!