For more information on the search, visit the help page.
LogFormat
AUTOMATIC
JSON
KEY_VALUE
logging
setup_logging
_elapsed_to_ms
_format_elapsed
_setup_console_logging
_setup_key_value_logging
_LOGGER
_logging_initialized
core.logging.LogFormat
core
class LogFormat(Enum):
View In Hierarchy
Structured logging format to use.
str
Automatic logging output, KEY_VALUE if there is a terminal, otherwise JSON.
'automatic'
JSON formatted logging output
'json'
Key=Value formatted logging output
'key_value'