Change BIRT Logging level for specific class/package [message #1007602] |
Wed, 06 February 2013 12:07  |
Eclipse User |
|
|
|
Hi All,
Whenever I first run my BIRT Engine, I get 140 lines of logs like the following in my output log.
Quote:
[06-Feb-2013 07:09:18.497 PST] ERROR <root> Feb 06, 2013 7:09:18 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in jar:file:/usr/local/my-slave-server/installed/BIRTEngine/WSAR-INF/lib/org.eclipse.birt.runtime_3.7.1.jar!/fontsConfig.xml cost 26ms
[06-Feb-2013 07:09:18.499 PST] ERROR <root> Feb 06, 2013 7:09:18 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory$2 run
INFO: register fonts in /usr/openwin/lib/locale/ja/X11/fonts/TT cost:0ms
... Skip 100 repeated lines, registering different directories ...
[06-Feb-2013 07:09:18.538 PST] ERROR <root> Feb 06, 2013 7:09:18 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory$2 run
INFO: register fonts in g:/windows/fonts cost:0ms
I'm not sure why these say "ERROR", when the code at line 562 of org.eclipse.birt.engine/src/eclipse/org/eclipse/birt/report/engine/layout/pdf/font/FontMappingManagerFactory.java is at info level?
My server is set with JDK logging and log4j.
I have added these lines to log4j.properties:
Quote:
log4j.category.org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory=FATAL
log4j.logger.org.eclipse.birt.report.engine.layout.pdf.font=FATAL
I have added this line to logging.properties:
Quote:
org.eclipse.birt.report.engine.layout.pdf.font.level=SEVERE
Neither of these has remove the 140 lines of logs.
Any suggestions how to remove thm?
Cheers,
Ronan
[Updated on: Wed, 06 February 2013 12:15] by Moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02884 seconds