Hi community ![]()
I’m trying to setup winston in my Sveltekit library with the Console transports.
In the official docs here, they mention:
By default the
winston.transports.Consoletransport sends messages tostdoutandstderr. This is fine in most situations; however, there are some cases where this isn’t desirable, including:
…
Writing JSON format messages in AWS Lambda
What about with Vercel serverless fluid functions? Should we use the forceConsole option?
Reason for this question is that it seems like we are often missing some of our logs when looking at function execution in the Vercel dashboard.
Thanks ![]()