Description of log values at schema (#7445)
Providing a clear description of the available values for "log" property.
Melo at Github committed
Nov 24, 2025 at 05:39 UTC
db3e3b02739fcae5ce2a4ffaffb5a60106504bb8
1 file changed
+1
-1
meshcentral-config-schema.json
+1
-1
@@ -799,7 +799,7 @@
799
"log": {
800
"type": "string",
801
"default": null,
802
- "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."
802
+ "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"
803
},
804
"syslog": {
805
"type": "string",