File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ The logger component lets you define the level of logging activities in Home Ass
15
15
16
16
To enable the logger in your installation, add the following to your ` configuration.yaml ` file:
17
17
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.
19
23
20
24
` ` ` yaml
21
25
# Example configuration.yaml entry
@@ -26,7 +30,7 @@ logger:
26
30
homeassistant.components.camera : critical
27
31
` ` `
28
32
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.
30
34
31
35
` ` ` yaml
32
36
# Example configuration.yaml entry
You can’t perform that action at this time.
0 commit comments