Fix typos in syslog initialization

This commit is contained in:
Michcio 2022-09-25 16:29:20 +02:00 committed by Johann150
parent 5b7a7794ab
commit 23fbdfdf1f
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -28,9 +28,9 @@ export default class Logger {
if (config.syslog) {
this.syslogClient = new SyslogPro.RFC5424({
applacationName: 'FoundKey',
applicationName: 'FoundKey',
timestamp: true,
encludeStructuredData: true,
includeStructuredData: true,
color: true,
extendedColor: true,
server: {