We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switched to Winston from a regular console, and for some reason loosing logs.
I'm logging both to DailyRotateFile and to Stackify, and lines have been missing both in the file and the Stackify system.
As the both transports should be separated, any idea why this happens?
Also, how to start diagnosing it?
The text was updated successfully, but these errors were encountered:
me too, loosing logs
I've just worked around this by passing the file transport a stream instead of a filename:-
{ stream: fs.createWriteStream('/path/to/logfile', { flags: 'a' }), ... }
Seems to be working, but early days
Sorry, something went wrong.
@ahkimkoo We need to use DailyRotate logs, hence this method unfortunately won't work for us.
I believe this is a duplicate of #288
No branches or pull requests
Switched to Winston from a regular console, and for some reason loosing logs.
I'm logging both to DailyRotateFile and to Stackify, and lines have been missing both in the file and the Stackify system.
As the both transports should be separated, any idea why this happens?
Also, how to start diagnosing it?
The text was updated successfully, but these errors were encountered: