DIsplaying python log statements on Jenkins 'Console output' log

前端 未结 0 1770
悲哀的现实
悲哀的现实 2021-02-10 20:45

Here is a simple endpoint:

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


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题