I’m running a simple WSGIsever with following code
botapp = bottle.app() server = WSGIServer((myAddress, int(myPort)), botapp)
It’s logging m