Closed Kvaciral closed 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).
&>> /some/where/ghi.log
I use this setup and it works great for me!
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).