Next.js Discord

Discord Forum

logging.fetches.fullUrl not working?

Unanswered
Cape lion posted this in #help-forum
Open in Discord
Cape lionOP
I have logging.fetches.fullUrl = true set in my next.config.js file for my project, but I don't see any logging regarding fetch calls.
Was this deprecated? Or, why would it not be working?

1 Reply

Cape lionOP
For clarification, my config is:
module.exports = {
  logging: {
    fetches: {
      fullUrl: true,
    },
  }
}