Improve get_console_format docstring

This commit is contained in:
Florian Bruhin 2016-08-25 23:17:10 +02:00
parent 29778bb799
commit 2408d76e4c

View File

@ -251,7 +251,7 @@ def _init_handlers(level, color, force_color, json_logging, ram_capacity):
def get_console_format(level):
"""Get format.
"""Get the log format the console logger should use.
Args:
level: The numeric logging level.