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
Winston transports have an optional close() function defined.
Having to use kthxbye (not typed / standard) makes use with typescript painful and requires special treatment for cloudwatch transports vs other transports.
Action requested
Would it be too much trouble to add a close() function that runs kthxbye((error) => console.log(error))?
Why this request
close()
function defined.kthxbye
(not typed / standard) makes use with typescript painful and requires special treatment for cloudwatch transports vs other transports.Action requested
Would it be too much trouble to add a
close()
function that runskthxbye((error) => console.log(error))
?Type definitions
The text was updated successfully, but these errors were encountered: