]> git.ipfire.org Git - thirdparty/tornado.git/commit
Mention the 'debug' level in --logging's help. 403/head
authorJon Parise <jon@indelible.org>
Sat, 26 Nov 2011 16:21:04 +0000 (11:21 -0500)
committerJon Parise <jon@indelible.org>
Sat, 26 Nov 2011 16:21:04 +0000 (11:21 -0500)
commitd81851cdaa785143764fcb11635d63c2ed391256
tree020d762b3b51f1fa1d17f06c1de93aa480fd1816
parentda7838402af64bb3265fb23d76260057af24659c
Mention the 'debug' level in --logging's help.

There are a number of places in the Tornado code base where log
messages are logged at the logging.DEBUG level.  It's useful to
advertise this here.
tornado/options.py