hapijs / good

hapi process monitoring
Other
525 stars 161 forks source link

interleaved log output - configuration advise #615

Closed gerenrot closed 5 years ago

gerenrot commented 5 years ago

I have 11 hapijs instances writing to the same log file. Occasionally two log lines get interleaved. Can someone recommend how to prevent this?

I'm using this configutation:

        access: [
            {
                module: 'good-squeeze',
                name: 'Squeeze',
                args: [{
                    response: []
                }]
            },
            {
                module: 'white-out',
                args: [{
                    cookie: 'remove',
                }, {
                    root: 'headers'
                }]
            },
            {
                module: 'good-squeeze',
                name: 'SafeJson',
                args: []
            },
            {
                module: 'good-file',
                args: ['../log/access.log']
            }
        ],
gerenrot commented 5 years ago

any input will be appropriated :)

hueniverse commented 5 years ago

Closing due to lack of activity.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.