martinkirch / showergel

Showergel is made to live aside Liquidsoap: while a Liquidsoap script creates a radio stream, Showergel provides complementary features like logging or occasional scheduling, with a (minimalist) Web interface.
GNU General Public License v3.0
22 stars 3 forks source link

Bottle log should be included in showergel's #9

Closed martinkirch closed 3 years ago

martinkirch commented 3 years ago

Bottle is logging HTTP requests to stdout. This log should be included in showergel's log, according to the logger conf (in config.ini). Apply this to our Bottle sub-class https://stackoverflow.com/questions/31080214/python-bottle-always-logs-to-console-no-logging-to-file/31093434#31093434