You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A while back I submitted a PR to fix Winston 3 support, but part of my PR was removed, more specifically that part that implemented the _final callback to flush messages when the transport closes.
Would it possible to get the _final callback back in place? It's extremely import in my use case where I am using Open Whisk so I need to flush the messages before my action gets terminated and I lose important log messages.
Thank you.
The text was updated successfully, but these errors were encountered:
A while back I submitted a PR to fix Winston 3 support, but part of my PR was removed, more specifically that part that implemented the
_final
callback to flush messages when the transport closes.I added a comment to the commit but it seems to not have enough visibility.
Would it possible to get the
_final
callback back in place? It's extremely import in my use case where I am using Open Whisk so I need to flush the messages before my action gets terminated and I lose important log messages.Thank you.
The text was updated successfully, but these errors were encountered: