By default Node-RED duplicate to the syslog every message which has sent to console. Could anyone know how to disable that duplication? I need just put messages to consolw, not in syslog. Unfortunately there is no one word about syslog management inside logging documentation: https://nodered.org/docs/user-guide/runtime/logging
My settings.js:
// Configure the logging output
logging: {
console: {
level: "warn",
metrics: false,
audit: false
}
},
Node-RED starts like this:
node /usr/src/node-red/node_modules/node-red/red.js --userDir /data flows.json >> /data/node-red.log 2>&1
Because i'm redirecting console to the log file. It is more convenient to me because I use Node-RED with Kubernetes cluster