Fix typos in syslog initialization

This commit is contained in:
Michcio 2022-09-25 16:29:20 +02:00
parent 80a2bc401a
commit 957a69779a
1 changed files with 2 additions and 2 deletions

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: {