commit
1e3379732c
|
@ -179,7 +179,7 @@ class LogFormatter(logging.Formatter):
|
||||||
def enable_pretty_logging(options=None, logger=None):
|
def enable_pretty_logging(options=None, logger=None):
|
||||||
"""Turns on formatted logging output as configured.
|
"""Turns on formatted logging output as configured.
|
||||||
|
|
||||||
This is called automaticaly by `tornado.options.parse_command_line`
|
This is called automatically by `tornado.options.parse_command_line`
|
||||||
and `tornado.options.parse_config_file`.
|
and `tornado.options.parse_config_file`.
|
||||||
"""
|
"""
|
||||||
if options is None:
|
if options is None:
|
||||||
|
|
Loading…
Reference in New Issue