diff --git a/src/globals.js b/src/globals.js index 666722c5..9e1bb05f 100755 --- a/src/globals.js +++ b/src/globals.js @@ -307,7 +307,9 @@ tagValuesLogEvent.push('engine_exe_version'); if (config.has('Butler-SOS.logEvents.tags') && config.get('Butler-SOS.logEvents.tags') !== null) { config.get('Butler-SOS.logEvents.tags').forEach((entry) => { logger.debug( - `CONFIG: Setting up new Influx database: Found log event tag in config file: ${entry}` + `CONFIG: Setting up new Influx database: Found log event tag in config file: ${JSON.stringify( + entry + )}` ); tagValuesLogEvent.push(entry.tag); diff --git a/src/lib/config-file-schema.js b/src/lib/config-file-schema.js index cd74c872..22d93730 100755 --- a/src/lib/config-file-schema.js +++ b/src/lib/config-file-schema.js @@ -199,7 +199,6 @@ const confifgFileSchema = { clientCert: 'string', clientCertKey: 'string', clientCertCA: 'string', - 'clientCertPassphrase?': 'string', }, mqttConfig: { enable: 'boolean',