Is there somewhere a detailed Log?

Hello,
im quite new to HA and coming over from Openhab. I used it for quite a long time - but im not really statiesfied.
I now tried HA and it really fantastic - i love the simplicity of the whole system - and the documentation is really. I got a lot of stuff going with the documentation.

What i struggle to find is a deatailed eventlog like it was in Openhab

The LOG really helped me find out my mistakes and makes life easier for me.
So i would like to know if there is a way to get a detailed log.
Maybe i missed it in the documentation - any help is appreciated

I`m running HA on a rpi 3b but will switch to a Nuc once i´m ready with my migration.

You should see the log under the configuration in left hand menu (scroll to the bottom)

You can see warnings & errors right there or load the full log from the button, but it’s located at /config/home-assistant.log and you can also access it from the command line. There’s also a “Log Viewer” addon if you’re using a Supervised install.

Yes - I See the log but it is a very „small“ log with only Some basic Informations and not Showing changes of states for example
Even when i load the „Full“ log… :frowning:

You can control the log levels by adding or modifying this block in configuration.yaml: Logger - Home Assistant

I use “info” as the default and get lots of useful info:

2021-04-12 08:50:09 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [139670412096656] Connection closed by client
2021-04-12 08:51:19 INFO (MainThread) [homeassistant.components.automation.water_running] Water Running: Running automation actions
2021-04-12 08:51:19 INFO (MainThread) [homeassistant.components.automation.water_running] Water Running: Executing step call service
2021-04-12 08:59:31 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [139670410681072] Connection closed by client
2021-04-12 09:07:04 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [139670411166672] Connection closed by client
2021-04-12 09:14:51 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [139670423510704] Connection closed by client
2021-04-12 09:15:09 INFO (MainThread) [homeassistant.components.automation.water_running] Water Running: Running automation actions
2021-04-12 09:15:09 INFO (MainThread) [homeassistant.components.automation.water_running] Water Running: Executing step call service
2021-04-12 09:19:32 INFO (MainThread) [homeassistant.components.automation.kitchen_remote_kit_lights] Kitchen Remote Kit Lights: Running automation actions
2021-04-12 09:19:32 INFO (MainThread) [homeassistant.components.automation.kitchen_remote_kit_lights] Kitchen Remote Kit Lights: Executing step call service
2021-04-12 09:24:05 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [139670410583632] Connection closed by client
2021-04-12 09:41:29 INFO (MainThread) [homeassistant.components.automation.water_running] Water Running: Running automation actions
2021-04-12 09:41:29 INFO (MainThread) [homeassistant.components.automation.water_running] Water Running: Executing step call service
2021-04-12 09:46:17 INFO (MainThread) [homeassistant.components.automation.kitchen_table_light] Kitchen Table Light: Running automation actions
2021-04-12 09:46:17 INFO (MainThread) [homeassistant.components.automation.kitchen_table_light] Kitchen Table Light: Executing step call service
2021-04-12 09:46:46 INFO (MainThread) [homeassistant.components.automation.mbr_yttv_started] mbr_yttv_started: Running automation actions
2021-04-12 09:46:46 INFO (MainThread) [homeassistant.components.automation.mbr_yttv_started] mbr_yttv_started: Executing step call service
2021-04-12 09:46:47 INFO (MainThread) [homeassistant.components.automation.mbr_yttv_started] mbr_yttv_started: Executing step wait template (timeout: 0:00:05)
2021-04-12 09:46:52 INFO (MainThread) [homeassistant.components.automation.mbr_yttv_started] mbr_yttv_started: Executing step call service
2021-04-12 09:46:52 INFO (MainThread) [homeassistant.components.script.mbr_start_cnn] mbr_start_cnn: Running script sequence
2021-04-12 09:46:52 INFO (MainThread) [homeassistant.components.script.mbr_start_cnn] mbr_start_cnn: Executing step call service
2021-04-12 09:46:52 INFO (MainThread) [homeassistant.components.androidtv.media_player] Output of command 'am start -a android.intent.action.VIEW -n com.google.android.youtube.tvunplugged/com.google.android.apps.youtube.tvunplugged.activity.MainActivity' from 'media_player.nvidia_shield_mbr': Starting: Intent { act=android.intent.action.VIEW cmp=com.google.android.youtube.tvunplugged/com.google.android.apps.youtube.tvunplugged.activity.MainActivity }
2021-04-12 09:46:52 INFO (MainThread) [homeassistant.components.script.mbr_start_cnn] mbr_start_cnn: Executing step delay 0:00:02
2021-04-12 09:46:54 INFO (MainThread) [homeassistant.components.script.mbr_start_cnn] mbr_start_cnn: Executing step call service
2021-04-12 09:46:54 INFO (MainThread) [homeassistant.components.androidtv.media_player] Output of command 'am start -a android.intent.action.VIEW -d watch/4HETjQzNpFk -n com.google.android.youtube.tvunplugged/com.google.android.apps.youtube.tvunplugged.activity.MainActivity' from 'media_player.nvidia_shield_mbr': Starting: Intent { act=android.intent.action.VIEW dat=watch/4HETjQzNpFk cmp=com.google.android.youtube.tvunplugged/com.google.android.apps.youtube.tvunplugged.activity.MainActivity }
1 Like

Thank you very much - will test this later