LWC/Apex User Debug Mode Console Logs
Using the Debug Mode setting in the running User to send debug console logs to the Inspector for Lightning Web Components.
If you need to override the debug behavior, you can change the userDebugMode
sessionStorage property to 'true'
. You might need to do this to get logs for Guest users that do not have a Debug Mode.