mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
add debug/log to schema file
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
8e5aa35bf3
commit
113adb5b85
3 changed files with 9 additions and 2 deletions
|
@ -3846,7 +3846,7 @@ function CreateMeshCentralServer(config, args) {
|
|||
// Send event to log file
|
||||
if (obj.config.settings && obj.config.settings.log) {
|
||||
if (typeof obj.args.log == 'string') { obj.args.log = obj.args.log.split(','); }
|
||||
if (obj.args.log.indexOf(source) >= 0) {
|
||||
if ((obj.args.log.indexOf(source) >= 0) || (obj.args.log[0] == '*')) {
|
||||
const d = new Date();
|
||||
if (obj.xxLogFile == null) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue