logging.fetches.fullUrl not working?
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
I have
Was this deprecated? Or, why would it not be working?
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,
},
}
}