Looking for general information on DNN Google Tag Manager? Click here.
How to enable debug logging?
Add the following lines right before the closing “</log4net>” to the file DotNetNuke.log4net.config which you’ll find in your website’s root directory.
<logger name="weweave.DnnGoogleTagManager"> <level value="Debug" /> </logger>
Debug output will be written into the log files in this directory: Portals\_default\Logs