Skip to content

remove journal: #256

@f1-outsourcing

Description

@f1-outsourcing

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions