When using UIMA in WebSphere Information Integrator OmniFind, how can I see my custom annotator log messages in the OmniFind logs?
All custom annotator log messages are written to the OmniFind parser service’s audit log file, located at NodeRootlogs/audit/parserservice_audit_currentDate.log. Within OmniFind there are three different log levels: Error, Warning, and Informational. The OmniFind log level for audit log files is set to Informational and cannot be changed to another value. Within the UIMA logging architecture, there are seven possible log levels (Error, Warning, Info, Config, Fine, Finer, and Finest); some can be additionally mapped to the OmniFind log levels. The default level mapping is as shown below: OmniFind log level: UIMA log level Error: Error Warning: Warning Informational: Info not mapped: Config , Fine, Finer, Finest Note that the mapping for Error and Warning messages can not be changed. By default, only the custom annotator log message with the levels Info, Warning, and Error are written to the log file. This default behavior can be replaced with a special log level mapping for log levels b
Related Questions
- When using UIMA in WebSphere Information Integrator OmniFind, how can I see my custom annotator log messages in the OmniFind logs?
- When using UIMA in WebSphere Information Integrator OmniFind, how can I change the Java heap size for my custom annotator?
- When using UIMA in WebSphere Information Integrator OmniFind, how can I modify the pear timeout value?