mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
add debug/log to schema file
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -744,9 +744,15 @@
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"debug": {
|
||||
"type": "string",
|
||||
"default": null,
|
||||
"description": "You can set this value in the format 'web,agent,relay', where each value is separated by a comma. Each specified value will output logs to the MeshCentral console. Setting it to '*' will output all logs."
|
||||
},
|
||||
"log": {
|
||||
"type": "string",
|
||||
"default": null
|
||||
"default": null,
|
||||
"description": "You can set this value in the format 'web,agent,relay', where each value is separated by a comma. Each specified value will output logs to a file named 'log.txt' located inside the 'meshcentral-data' folder. Setting it to '*' will output all logs."
|
||||
},
|
||||
"syslog": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user