mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add default placeholders for config validation errors (#131277)
This commit is contained in:
parent
9e98e446a2
commit
f65d97322f
@ -814,6 +814,8 @@ def _get_log_message_and_stack_print_pref(
|
|||||||
"domain": domain,
|
"domain": domain,
|
||||||
"error": str(exception),
|
"error": str(exception),
|
||||||
"p_name": platform_path,
|
"p_name": platform_path,
|
||||||
|
"config_file": "?",
|
||||||
|
"line": "?",
|
||||||
}
|
}
|
||||||
|
|
||||||
show_stack_trace: bool | None = _CONFIG_LOG_SHOW_STACK_TRACE.get(
|
show_stack_trace: bool | None = _CONFIG_LOG_SHOW_STACK_TRACE.get(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user