mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 11:16:37 +00:00
Broken out the Logging and logger functions. trying to get that log screen really useful.
This commit is contained in:
@@ -87,11 +87,9 @@ history:
|
|||||||
entities:
|
entities:
|
||||||
- sensor.last_boot
|
- sensor.last_boot
|
||||||
- sensor.date
|
- sensor.date
|
||||||
logger:
|
logger: !include logger.yaml
|
||||||
default: error
|
|
||||||
logs:
|
|
||||||
homeassistant.components.light: info
|
|
||||||
homeassistant.components.input_boolean: info
|
|
||||||
recorder:
|
recorder:
|
||||||
purge_days: 7
|
purge_days: 7
|
||||||
|
|
||||||
|
17
logger.yaml
Executable file
17
logger.yaml
Executable file
@@ -0,0 +1,17 @@
|
|||||||
|
############################################################
|
||||||
|
#
|
||||||
|
# Logger
|
||||||
|
#
|
||||||
|
############################################################
|
||||||
|
|
||||||
|
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
|
||||||
|
|
||||||
|
default: info
|
||||||
|
logs:
|
||||||
|
homeassistant.components.climate.nest: error
|
||||||
|
homeassistant.components.device_tracker: error
|
||||||
|
homeassistant.components.discovery: warn
|
||||||
|
homeassistant.components.http: error
|
||||||
|
homeassistant.components.media_player: warn
|
||||||
|
homeassistant.components.recorder: warn
|
||||||
|
homeassistant.components.sensor.darksky: error
|
Reference in New Issue
Block a user