forked from FoundKeyGang/FoundKey
Fix typos in syslog initialization
This commit is contained in:
parent
5b7a7794ab
commit
23fbdfdf1f
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue