Add default placeholders for config validation errors (#131277)
parent
9e98e446a2
commit
f65d97322f
|
@ -814,6 +814,8 @@ def _get_log_message_and_stack_print_pref(
|
|||
"domain": domain,
|
||||
"error": str(exception),
|
||||
"p_name": platform_path,
|
||||
"config_file": "?",
|
||||
"line": "?",
|
||||
}
|
||||
|
||||
show_stack_trace: bool | None = _CONFIG_LOG_SHOW_STACK_TRACE.get(
|
||||
|
|
Loading…
Reference in New Issue