Github user thammegowda commented on a diff in the pull request:
https://github.com/apache/incubator-joshua/pull/15#discussion_r64157970
--- Diff: src/main/java/org/apache/joshua/decoder/JoshuaConfiguration.java
---
@@ -587,7 +588,7 @@ else if (fds[1].toLowerCase().equals("http"))
} else if (parameter
.equals(normalize_key(SOFT_SYNTACTIC_CONSTRAINT_DECODING_PROPERTY_NAME))) {
fuzzy_matching = Boolean.parseBoolean(fds[1]);
- logger.finest(String.format(fuzzy_matching + ": %s",
fuzzy_matching));
+ LOG.debug("fuzzy_matching: {}", fuzzy_matching);
--- End diff --
Hi Henry,
I never used TRACE level, probably because I read that it is discouraged
http://slf4j.org/faq.html#trace .
I can remap log.finest -> log.trace if more people +1 on this
cc @KellenSunderland @mjpost
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---