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
I use the logdna-winston transport inside of a Firebase Functions environment and I need some way to ensure that the logs are sent to the server before the function execution is finished. First thing that came to my mind is to set the flushLimit: 0 in the options, but that's rather a hack then a true solution (and I'm not sure it will even work).
I know there's also flush() method from the @logdna/logger library, but I have no idea if I can access this method from the logdna-winston transport.
The text was updated successfully, but these errors were encountered:
I use the
logdna-winston
transport inside of a Firebase Functions environment and I need some way to ensure that the logs are sent to the server before the function execution is finished. First thing that came to my mind is to set theflushLimit: 0
in the options, but that's rather a hack then a true solution (and I'm not sure it will even work).I know there's also
flush()
method from the@logdna/logger
library, but I have no idea if I can access this method from thelogdna-winston
transport.The text was updated successfully, but these errors were encountered: