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) {
|
if (config.syslog) {
|
||||||
this.syslogClient = new SyslogPro.RFC5424({
|
this.syslogClient = new SyslogPro.RFC5424({
|
||||||
applacationName: 'FoundKey',
|
applicationName: 'FoundKey',
|
||||||
timestamp: true,
|
timestamp: true,
|
||||||
encludeStructuredData: true,
|
includeStructuredData: true,
|
||||||
color: true,
|
color: true,
|
||||||
extendedColor: true,
|
extendedColor: true,
|
||||||
server: {
|
server: {
|
||||||
|
|
Loading…
Reference in a new issue