I am running a web server with the bottle package I got from bottlepy.org. I start the server with
run(host=localhost, port=8080, debug=False)
But the server keeps printing information on the screen whenever it gets a request. I need the server to not print anything in the terminal of which it is running.
Aucun commentaire:
Enregistrer un commentaire