fix (backend): typo

This commit is contained in:
naskya 2024-04-21 10:31:00 +09:00
parent 9f3396af21
commit 28f7ac1acd
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

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