mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-11 11:26:29 +00:00
Add logging instructions
This commit is contained in:
parent
bec3533a0b
commit
8010308f6f
@ -99,4 +99,14 @@ $ hass
|
|||||||
|
|
||||||
By default logging in home-assistant is tuned for operating in production (set to INFO by default, with some modules set to even less verbose logging levels).
|
By default logging in home-assistant is tuned for operating in production (set to INFO by default, with some modules set to even less verbose logging levels).
|
||||||
|
|
||||||
You can use the [logger](https://www.home-assistant.io/components/logger/) component to adjust logging to DEBUG to see even more details about what is going on.
|
You can use the [logger](https://www.home-assistant.io/components/logger/) component to adjust logging to DEBUG to see even more details about what is going on:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
logger:
|
||||||
|
default: info
|
||||||
|
logs:
|
||||||
|
homeassistant.core: debug
|
||||||
|
nest.nest: debug
|
||||||
|
asyncio: debug
|
||||||
|
homeassistant.components.cloud.iot: debug
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user