mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +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 select](/integrations/input_select/) (`input_select`)
|
||||||
- [Input text](/integrations/input_text/) (`input_text`)
|
- [Input text](/integrations/input_text/) (`input_text`)
|
||||||
- [Logbook](/integrations/logbook/) (`logbook`)
|
- [Logbook](/integrations/logbook/) (`logbook`)
|
||||||
|
- [Logger](/integrations/logger/) (`logger`)
|
||||||
- [Map](/integrations/map/) (`map`)
|
- [Map](/integrations/map/) (`map`)
|
||||||
- [Media Source](/integrations/media_source/) (`media_source`)
|
- [Media Source](/integrations/media_source/) (`media_source`)
|
||||||
- [Mobile App Support](/integrations/mobile_app/) (`mobile_app`)
|
- [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).
|
description: Default log level. See [log_level](#log-levels).
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: debug
|
|
||||||
logs:
|
logs:
|
||||||
description: List of integrations and their log level.
|
description: List of integrations and their log level.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user