Skip to content

Commit ae1e174

Browse files
committed
chore(.mvn/jvm.config): add a property to enable/disable showing of a logger name.
This option reflects the default behavior but it can be used to find out names of classes that spams to the console. See also http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html
1 parent c7e61df commit ae1e174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mvn/jvm.config

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-Dorg.slf4j.simpleLogger.log.com.gargoylesoftware.htmlunit.DefaultCssErrorHandler=error
22
-Dorg.slf4j.simpleLogger.log.com.gargoylesoftware.htmlunit.html.DefaultElementFactory=warn
33
-Dorg.slf4j.simpleLogger.log.com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl=error
4+
-Dorg.slf4j.simpleLogger.showLogName=false

0 commit comments

Comments
 (0)