mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Add logger to default config (#24497)
This commit is contained in:
parent
67d663b49b
commit
5448a5e01e
@ -33,6 +33,7 @@ This integration is a meta-component and configures a default set of integration
|
||||
- [Input select](/integrations/input_select/) (`input_select`)
|
||||
- [Input text](/integrations/input_text/) (`input_text`)
|
||||
- [Logbook](/integrations/logbook/) (`logbook`)
|
||||
- [Logger](/integrations/logger/) (`logger`)
|
||||
- [Map](/integrations/map/) (`map`)
|
||||
- [Media Source](/integrations/media_source/) (`media_source`)
|
||||
- [Mobile App Support](/integrations/mobile_app/) (`mobile_app`)
|
||||
|
@ -79,7 +79,6 @@ where **namespace** is the *<component_namespace>* currently logging.
|
||||
description: Default log level. See [log_level](#log-levels).
|
||||
required: false
|
||||
type: string
|
||||
default: debug
|
||||
logs:
|
||||
description: List of integrations and their log level.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user