Description of log values at schema (#7445)

Providing a clear description of the available values for "log" property.
This commit is contained in:
Melo at Github
2025-11-24 05:39:42 -03:00
committed by GitHub
parent 6a0e7b8ec5
commit db3e3b0273

View File

@@ -799,7 +799,7 @@
"log": { "log": {
"type": "string", "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." "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. Available values are: cookie,dispatch,main,peer,web,webrequest,relay,webrelaydata,webrelay,mps,mpscmd,swarm,swarmcmd,agentupdate,agent,cert,db,email,amt,httpheaders,websocket"
}, },
"syslog": { "syslog": {
"type": "string", "type": "string",