You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ You can set the following configuration parameters for every individual Home Ass
7
7
| enabled_on_views | Enable WallPanel on the named views (path) only. See [Enable WallPanel on specific Views](configuration.md#enable-wallpanel-on-specific-views) for details. |[]|
8
8
| debug | Enable debug mode? | false |
9
9
| wait_for_browser_mod_time | How long to wait for browser_mod to be available (in seconds)? This config attribute can only be set in the main configuration and not in profiles, user-specific or device-specific. | 0.25 |
10
-
| log_level_console | Log level to use for logging to the browser console (error / warn / info / debug). | info |
10
+
| log_level_console | Log level to use for logging to the browser console (error / warning / info / debug). | info |
11
+
| log_level_system | Log level to use for logging to the HA system log (error / warning / info / debug). | warning |
12
+
| system_target_log_level | Always use this log level when logging to the HA system log (error / warning / info / debug). ||
11
13
| alert_errors | Display error messages in an alert box. | true |
12
14
| hide_toolbar | Hide the upper panel toolbar? Please see [FAQ](faq.md#dashboard-cannot-be-edited) how to edit your dashboard when toolbar is hidden. | false |
13
15
| hide_toolbar_on_subviews | Hide the toolbar in subviews too? | false |
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,16 +32,25 @@ You should see a message like `🖼️ Wallpanel version x.y.z` if WallPanel has
32
32
33
33
If not, please check if there are any error messages that give an indication of the problem.
34
34
35
-
To confgure how much information WallPanel logs to the browser console, you can set the configuration option `log_level_console` to `error`, `warn`, `info` or `debug`.
35
+
To confgure how much information WallPanel logs to the browser console, you can set the configuration option `log_level_console` to `error`, `warning`, `info` or `debug`.
36
36
37
37
!!! example
38
38
```yaml
39
39
wallpanel:
40
40
log_level_console: debug
41
41
```
42
42
43
-
## Home Assistant Log
44
-
Please check the [Home Assistant Log](https://www.home-assistant.io/integrations/system_log/) for errors regarding WallPanel.
43
+
## Home Assistant System Log
44
+
You can configure the log level used for logging to the [Home Assistant System Log](https://www.home-assistant.io/integrations/system_log/).
45
+
By default, the original log level is used for the System Log.
46
+
If you’d like to map all log levels to a single target level, you can set the `system_target_log_level` option.
0 commit comments