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.
define("logging", default="info",
help=("Set the Python log level. If 'none', tornado won't touch the "
"logging configuration."),
- metavar="info|warning|error|none")
+ metavar="debug|info|warning|error|none")
define("log_to_stderr", type=bool, default=None,
help=("Send log output to stderr (colorized if possible). "
"By default use stderr if --log_file_prefix is not set and "