1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add a note about logging writing to file even if widget is disabled

This commit is contained in:
Chris Cummer
2018-06-19 07:07:45 -07:00
parent 2d6271650b
commit a0f820e205
4 changed files with 10 additions and 4 deletions

View File

@@ -44,6 +44,10 @@ logger:
`enabled` <br />
Determines whether or not this module is executed and if its data displayed onscreen. <br />
**Note:** If you're using logging and logging is _disabled_, your logs
will still be written to file, the widget just won't be shown onscreen.
If you have `logger.Log` calls in your code, regardless of this setting,
they will be written out. <br />
Values: `true`, `false`.
`position` <br />