Skip to content

Commit

Permalink
chore(engine): increse logging verbosity when debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 24, 2024
1 parent 8f66aa6 commit cad6176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/src/main/resources/log4j2-debug.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
Change the following to enable different loggging levels
-->
<CustomLevel name="SPUManager" intLevel="700" />
<CustomLevel name="spu" intLevel="700" />
<CustomLevel name="SPUManager" intLevel="600" />
<CustomLevel name="spu" intLevel="600" />
<CustomLevel name="timing" intLevel="700" />
<CustomLevel name="subscriptions" intLevel="700" />
<CustomLevel name="subscriptions" intLevel="600" />
<CustomLevel name="http" intLevel="700" />
<CustomLevel name="oauth" intLevel="700" />
<CustomLevel name="ldap" intLevel="700" />
Expand Down

0 comments on commit cad6176

Please sign in to comment.