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
In development I see a heap of extra logging compliments of logEdgeReport inside next-axiom, which uses console.log to print out a bunch of extra debugging with no obvious way to silence it. e.g.
info - My log line {
/* my extra args */
} {
startTime: 1700070564334,
path: 'http://localhost:3000/api/blahblah',
method: 'POST',
host: 'localhost:3000',
userAgent: 'Mozilla/5.0...',
scheme: 'https',
ip: null,
region: ''
}
I'm using Nextjs 12 + edge functions
In development I see a heap of extra logging compliments of
logEdgeReport
inside next-axiom, which uses console.log to print out a bunch of extra debugging with no obvious way to silence it. e.g.as well as the AXIOM_EDGE_REPORT lines:
Was this logging intended just for production?
Would y'all accept a PR to disable this by default? perhaps by inspecting NODE_ENV, VERCEL_ENV or similar
The text was updated successfully, but these errors were encountered: