-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
this
logger = winston.createLogger({
transports: [
new winston.transports.Syslog({
protocol: "unix",
path: '/dev/log',
host: '',
level: loglevel,
facility: 'local0',
app_name: 'sofa',
})
]
logs this
xxxxx journal: localhost aaaa[78]: info: server is running and listening on IP 0.0.0.0 and port 43242
how can I remove this journal: ? and maybe this localhost, because xxxx is the host and aaaa is the application name
Metadata
Metadata
Assignees
Labels
No labels