winstonjs / winston-transport

Base stream implementations for winston@3 and up.
MIT License
62 stars 40 forks source link

Custom async transport not working #222

Closed paul-uz closed 4 months ago

paul-uz commented 4 months ago

I am unable to get a custom transport with async log() working. The code hits my awaited called, but then just stops dead. Can you provide up to date examples of using async/await in a custom transport please?

DABH commented 4 months ago

Closing this to resolve discussion in other thread -- although this might be the right repo to put some docs / an example