Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wesley-Lomax/68af5929c40e9e58f9232dcb83ae3f71 to your computer and use it in GitHub Desktop.
Save Wesley-Lomax/68af5929c40e9e58f9232dcb83ae3f71 to your computer and use it in GitHub Desktop.
Sitecore Logging Level Patch Config
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/">
<sitecore>
<log4net>
<root>
<priority set:value="DEBUG" />
</root>
</log4net>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment