mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 03:15:45 +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:
|
||||
- sensor.last_boot
|
||||
- sensor.date
|
||||
logger:
|
||||
default: error
|
||||
logs:
|
||||
homeassistant.components.light: info
|
||||
homeassistant.components.input_boolean: info
|
||||
logger: !include logger.yaml
|
||||
|
||||
|
||||
recorder:
|
||||
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