Skip to content

Fix double logging from waitress. Fix error when waitress exits

Julian Stirling requested to merge fix-waitress-exit-and-log into master

@kasbah I found out what all of those extra logging logs were.

Waitress auto turns on certain basic log handling to print to console. Turns out my internal logger needs not to "propagate" as I am already handling it

Merge request reports