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
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."
The text was updated successfully, but these errors were encountered:
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."
The text was updated successfully, but these errors were encountered: