forked from fsharath/rhsm-qe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog.properties
42 lines (30 loc) · 1.77 KB
/
log.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## Default logging level unless explicitly overridden per package or class
.level = FINE
com.redhat.qe.auto.testng.TestScript.level=FINER
com.redhat.qe.auto.testng.BzChecker.level=FINEST
com.redhat.qe.auto.bugzilla.BugzillaTestNGListener.level=FINEST
com.redhat.qe.auto.instantiate.level = INFO
#com.redhat.qe.auto.selenium.ExtendedSelenium.level = FINE
#com.redhat.qe.auto.selenium.TestProcedureHandler.level = INFO
com.redhat.qe.jul.TestProcedureHandler.formatter = com.redhat.qe.jul.TestProcedureFormatter
sun.net.level = WARNING
testopia.level = WARNING
javax.xml.bind.level = INFO
com.sun.xml.internal.bind.level = INFO
httpclient.wire.level=INFO
org.apache.commons.httpclient.HttpMethodBase.level = SEVERE
org.apache.commons.httpclient.level = INFO
org.apache.http.impl.conn.Wire.level=INFO
org.apache.http.level = INFO
# suppress "java.io.IOException: Invalid PEM structure, '-----BEGIN...' missing" from org/jenkins-ci/trilead-ssh2/build217-jenkins-9/trilead-ssh2-build217-jenkins-9.pom from jenkins-ci
com.trilead.ssh2.crypto.PEMDecoder.level = INFO
#handlers = java.util.logging.ConsoleHandler,com.redhat.qe.jul.TestProcedureHandler,com.redhat.qe.auto.testng.TestNGReportHandler
handlers = java.util.logging.ConsoleHandler,com.redhat.qe.jul.TestProcedureHandler,rhsm.testng.TestNGReportHandlerForRHSM
java.util.logging.ConsoleHandler.level = FINEST
#java.util.logging.ConsoleHandler.formatter = com.redhat.qe.jul.ConsoleLogFormatter
java.util.logging.ConsoleHandler.formatter = rhsm.log.ConsoleLogFormatterForRHSM
#java.util.logging.FileHandler.pattern= selenium-log.xml
java.util.logging.FileHandler.encoding = UTF-8
# useful when debugging EntitlementCert.parse
#com.redhat.qe.tools.abstraction.AbstractCommandLineData.level=FINER
#com.redhat.qe.sm.cli.tasks.CandlepinTasks.level=FINER