#1060 use one log file with the option to truncate (#1075)

This commit is contained in:
Alexander Courtis
2022-03-13 00:43:33 +11:00
committed by GitHub
parent 2457e141ae
commit a65078e3ae
4 changed files with 13 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ function.
},
log = {
enable = false,
truncate = false,
types = {
all = false,
config = false,
@@ -476,6 +477,10 @@ Here is a list of the options available in the setup call:
type: `boolean`
default: `false`
- |log.truncate|: remove existing log file at startup
type: `boolean`
default: `false`
- |log.types|: specify which information to log
- |log.types.all|: everything