axiomhq/next-axiom

NEXT_PUBLIC_AXIOM_LOG_LEVEL=off not turning off logs on Vercel

Opened this issue · 0 comments

Steps to Reproduce:

Set the NEXT_PUBLIC_AXIOM_LOG_LEVEL environment variable to "off" in your Next.js project.
Deploy your project to Vercel.
Observe that the logs are not turned off as expected.
Expected Behavior:
When NEXT_PUBLIC_AXIOM_LOG_LEVEL is set to "off," it should turn off logs in the application.

Actual Behavior:
Logs are not turned off even when the environment variable is set to "off."