Hello, I have a functional UIMA C++ annotator working as part of an aggregate with Java annotators. The log levels of the Java annotators are controlled by a conf/log4j.properties file. But I don't see how to change the log level for the C++ annotator. Currently it spits out too much information.
In my configuration file I have: log4j.rootLogger=INFO, stdout log4j.logger.com.kwaga.pulse=INFO // ok for all Java annotators below this package log4j.logger.MyAnnotatorCpp=WARNING // does not work Can somebody give me a hand? Thanks, Sylvain -- Sylvain SURCIN, Ph.D. *KWAGA* Senior Software Architect 15, rue Jean-Baptiste Berlier 75013 Paris France Tél.: +33 (0)1.55.43.79.20
