Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
how to stop logs file creation in Birt
venkatmadh
hi
i am using birt 3.7 verions
i embedded birt in our portal,
but here problem is, it is creating huge number of log files
examples,,
ReportEngine_2012_04_30_00_37_46.log
ReportEngine_2012_04_30_00_39_46.log ReportEngine_2012_04_30_00_37_46.log ReportEngine_2012_04_30_00_30_46.log ReportEngine_2012_04_30_00_37_46.log ReportEngine_2012_04_30_00_31_46.log
now i want to stop log files creation birt
or reduce no of logs files (i think it is creating new logs files for each tomcat restart)
Find more posts tagged with
Comments
CBR
BIRT is creating a log file per report run. Are you using the Web-Viewer?
If yes open web.xml file and reduce the log level. The default is INFO. You should switch to WARNING or OFF. OFF will disable logging of report engine completely, so no files will be created.
If you integrated the report engine in your application the should be a method called setLogLevel in the EngineConfig object to set the log level accordingly (again the default is INFO)