Fly Logshipper to BetterStack: log levels

I successfully deployed Fly Logshipper as described at blog post and github, using BetterStack as sink.

Logging for my NextJS application works but all debug levels appear as INFO on BetterStack.

Do I need any configuration to allow BetterStack to pick up the correct debug level as per typescript code (console.debug, console.log, console.warn, console.error) ?

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.