Logs and traces for batch reports
The file ./common_logging.properties contains
the parameters you can use to configure tracing and logging.
The file contains the following settings:
logFileName=reportcli.log
traceFileName=trace.log
trace=off
birt_trace=offwhere:- logFileName
- Specifies the name of the file containing generic information,
warning about potential problems, and information about errors. This
file is store under
./log. - traceFileName
- Specifies the name of the file containing traces. If you set
trace=onthe trace file is store under./log. - trace
- Specifies whether to enable or not traces. Enable the traces by
setting
trace=onif you want to investigate further about an error, - birt_trace
- Specifies whether to enable or not traces to diagnose errors in
BIRT engine. If you set
birt_trace=ona file containing the trace and namedReportEngine_aaaa_mm_dd_hh_mm_ss.logis stored in the/ReportEngine/logsfolder