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=off
where:- 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=on the trace file is store under ./log.
- trace
- Specifies whether to enable or not traces. Enable the traces by setting trace=on if 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=on a file containing the trace and named ReportEngine_aaaa_mm_dd_hh_mm_ss.log is stored in the /ReportEngine/logs folder