Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How to configure ReportEngine Logs when using the Web Viewer
How to configure ReportEngine Logs when using the Web Viewer [message #760282] Thu, 01 December 2011 18:21 Go to next message
Raishad is currently offline RaishadFriend
Messages: 77
Registered: July 2009
Member
Hi,

I would like to setup the ReportEngine Log files to be rolling log
files. I see the options

<!-- Engine log directory. Defaults to ${birt home}/logs -->
<context-param>
<param-name>BIRT_VIEWER_LOG_DIR</param-name>
<param-value></param-value>
</context-param>

<!-- Report engine log level -->
<context-param>
<param-name>BIRT_VIEWER_LOG_LEVEL</param-name>
<param-value>WARNING</param-value>
</context-param>

in the web.xml. But nothing to control file sizes.

How do I accomplish this?

Thanks
Re: How to configure ReportEngine Logs when using the Web Viewer [message #760529 is a reply to message #760282] Fri, 02 December 2011 17:34 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I thought there was already a bugzilla entry for this. Log size and
rolling settings are available in the EngineConfig, but they do not
appear to be exposed to the viewer. Can you open a bugzilla request?

Jason

On 12/1/2011 1:21 PM, Raishad Maharaj wrote:
> Hi,
>
> I would like to setup the ReportEngine Log files to be rolling log
> files. I see the options
>
> <!-- Engine log directory. Defaults to ${birt home}/logs -->
> <context-param>
> <param-name>BIRT_VIEWER_LOG_DIR</param-name>
> <param-value></param-value>
> </context-param>
>
> <!-- Report engine log level -->
> <context-param>
> <param-name>BIRT_VIEWER_LOG_LEVEL</param-name>
> <param-value>WARNING</param-value>
> </context-param>
>
> in the web.xml. But nothing to control file sizes.
>
> How do I accomplish this?
>
> Thanks
Previous Topic:Calling BIRT reports from Oracle Apps
Next Topic:Displaying group header on left side of detail instead of over it
Goto Forum:
  


Current Time: Thu Apr 18 15:13:31 GMT 2024

Powered by FUDForum. Page generated in 0.02293 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top