Github user thammegowda commented on a diff in the pull request:
https://github.com/apache/incubator-joshua/pull/15#discussion_r64138704
--- Diff:
src/main/java/org/apache/joshua/decoder/ff/lm/berkeley_lm/LMGrammarBerkeley.java
---
@@ -37,6 +37,7 @@
import edu.berkeley.nlp.lm.cache.ArrayEncodedCachingLmWrapper;
import edu.berkeley.nlp.lm.io.LmReaders;
import edu.berkeley.nlp.lm.util.StrUtils;
+import org.slf4j.LoggerFactory;
--- End diff --
it has a public API to switch log handler. I think we need to see its usage
before taking down this API
```java
public static void setLogRequests(Handler handler) {
logRequests = true;
logHandler = handler;
}
```
---
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.
---