Home
Designing Analytics Reports
Log files not Generated
crowt999
All,
I just downloaded and installed "eclipse-reporting-galileo-SR1-win32.zip" to C:eclipse on my machine. I'm using reports created in Birt 2.1.2 and I am in the process of fixing/debugging so that they will work in the new version. For some reason, the log files for the report viewer are not being generated when I run the reports. I changed the log level to FINEST, and still I get nothing... Here is the snippet of web.xml:
<!-- Engine log directory. Defaults to ${birt home}/logs -->
<context-param>
<param-name>BIRT_VIEWER_LOG_DIR</param-name>
<param-value>${birt.viewer.working.path}</param-value>
</context-param>
<!-- Report engine log level -->
<context-param>
<param-name>BIRT_VIEWER_LOG_LEVEL</param-name>
<param-value>FINEST</param-value>
</context-param>
I tried changing the LOG_DIR to a hardcoded path (to c:logs), and that did not work either.
Any help would be appreciated...
Thanks
Dean
Find more posts tagged with
Comments
There are no comments yet