Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Python by my-name ( 8 years ago )
$ ./flask.sh routes|grep -F '/bulmatest'
bulmatest                      GET        /bulmatest

But:

INFO:werkzeug:127.0.0.1 - - [11/Sep/2018 12:47:15] "GET /bulmatest HTTP/1.1" 404 -


The code looks like this:


@app.route("/bulmatest")
def bulmatest():
    app.logger.warning("called bulmatest")
    return render_template("testpage.html")

The message is not being logged.

 

Revise this Paste

Your Name: Code Language: