-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jms : add logging, remove unsuitable properties from ts.jte (#1642)
- Loading branch information
1 parent
3820fd7
commit 5d78495
Showing
5 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
glassfish-runner/messaging-platform-tck/jakartaeetck/logging.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
handlers=java.util.logging.FileHandler,java.util.logging.ConsoleHandler | ||
|
||
org.glassfish.level=ALL | ||
com.sun.level=FINEST | ||
jakarta.enterprise.level=ALL | ||
|
||
|
||
tck.jakarta.platform.ant.level = FINER | ||
org.glassfish.appclient.client.level = FINER | ||
|
||
java.util.logging.FileHandler.pattern = tck-run.log | ||
java.util.logging.FileHandler.level = FINEST | ||
#java.util.logging.FileHandler.formatter = tck.conversion.log.TestLogFormatter | ||
java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter | ||
# date(1), source(2), logger(3), level(4), message(5), thrown(6) | ||
java.util.logging.SimpleFormatter.format = [%1$tH:%tM:%1$tS.%1$tL] %2$.12s/%4$s %5$s %n | ||
|
||
# Limit the message that are printed on the console to INFO and above. | ||
java.util.logging.ConsoleHandler.level = FINEST | ||
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters