mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-09-01 16:48:31 +00:00
fix: Fix syslog output (#23269)
This commit is contained in:
@@ -106,6 +106,7 @@ class Logger {
|
||||
|
||||
const options: KeyValue = {
|
||||
app_name: 'Zigbee2MQTT',
|
||||
format: winston.format.printf((info) => info.message),
|
||||
...settings.get().advanced.log_syslog,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user