Skip to content

Commit

Permalink
Merge pull request #2255 from hongwei1/develop
Browse files Browse the repository at this point in the history
refactor/revert the htmlunit log setting in logback-test.xml
  • Loading branch information
simonredfern authored Aug 31, 2023
2 parents 53a3baa + 86f1af7 commit c483905
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions obp-api/src/main/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@
<root level="DEBUG">
<appender-ref ref="STDOUT"/>
</root>

<!-- LOG "com.gargoylesoftware.htmlunit.javascript*" at OFF (closed) level -->
<logger name="com.gargoylesoftware.htmlunit.javascript" level="OFF" additivity="false">
<appender-ref ref="RollingFile" />
<appender-ref ref="Console" />
</logger>
</configuration>

0 comments on commit c483905

Please sign in to comment.