Here is a simple endpoint:
@app.route(\'/logging/test\',methods=[\'GET\']) def test_logging(): logging.info("this is a test") return "Ok&qu