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
Hello
I think I am using the module incorrectly.
I send the logs to AWS, except at the end of my main function I have this
logger.on('finish', () => { process.exit(); }); logger.end()
and in this case, the traces are not pushed to AWS.
If I put
setTimeout(() => {logger.end()},5000)
It works. If I don't put
logger.end() ,the end of the program never happens.
logger.end()
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
I will also look into this as part of #193 work.
No branches or pull requests
Hello
I think I am using the module incorrectly.
I send the logs to AWS, except at the end of my main function I have this
and in this case, the traces are not pushed to AWS.
If I put
setTimeout(() => {logger.end()},5000)
It works.
If I don't put
logger.end()
,the end of the program never happens.
The text was updated successfully, but these errors were encountered: