Skip to content

Commit 700b798

Browse files
authored
Merge pull request #1238 from quickfix-j/copilot/add-logging-for-failure-cases
Enhancing test suite logging for FIX messages
2 parents 9c1edb2 + 07842c9 commit 700b798

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
handlers=java.util.logging.ConsoleHandler
2-
java.util.logging.ConsoleHandler.level=INFO
2+
java.util.logging.ConsoleHandler.level=FINE
33
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
44

55
.level=INFO
6+
quickfix.test.acceptance.level=FINE

0 commit comments

Comments
 (0)