Add logger to default config (#24497)

This commit is contained in:
Mike Degatano 2022-10-12 06:23:21 -04:00 committed by GitHub
parent 67d663b49b
commit 5448a5e01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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`)

View File

@ -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