log annotators config to debug

This commit is contained in:
Jonathan Shook 2020-12-05 22:22:31 -06:00
parent cdaaaa03f6
commit 7a72639a94

View File

@ -271,6 +271,7 @@ public class NBCLI {
System.exit(0);
}
logger.debug("initializing annotators with config:'" + annotatorsConfig + "'");
Annotators.init(annotatorsConfig);
Annotators.recordAnnotation(
Annotation.newBuilder()