Skip to content

Commit ad1cd15

Browse files
linuxlurakfabaff
linuxlurak
authored andcommitted
Update logger.markdown (home-assistant#1674)
1 parent 9283b0e commit ad1cd15

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/_components/logger.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ The logger component lets you define the level of logging activities in Home Ass
1515

1616
To enable the logger in your installation, add the following to your `configuration.yaml` file:
1717

18-
By default log all messages and ignore events lower than critical for specified components.
18+
To have a full log and log everything only this entry is needed (without any qualifier):
19+
```yaml
20+
logger:
21+
```
22+
To log all messages and ignore events lower than critical for specified components.
1923
2024
```yaml
2125
# Example configuration.yaml entry
@@ -26,7 +30,7 @@ logger:
2630
homeassistant.components.camera: critical
2731
```
2832
29-
By default ignore all messages lower than critical and log event for specified components.
33+
To ignore all messages lower than critical and log event for specified components.
3034
3135
```yaml
3236
# Example configuration.yaml entry

0 commit comments

Comments
 (0)