Skip to content

Commit

Permalink
(maint) track down stack overflow
Browse files Browse the repository at this point in the history
This temporarily turns on trace level logging for the puppetlabs namespace
while trying to track down the stack overflow seen in the tests.
  • Loading branch information
jonathannewman committed Nov 21, 2023
1 parent 2c4970f commit b1301f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<logger name="org.eclipse.jetty" level="warn"/>
<logger name="org.apache.http" level="warn"/>
<logger name="puppetlabs" level="trace"/>

<root level="warn">
<appender-ref ref="STDOUT" />
Expand Down

0 comments on commit b1301f8

Please sign in to comment.