Hello
Everybody know how much frequebtly from support we request debugs :) , in some cases files created are very big. Well for to avoid this from DP 9.03 is possible create debugs directly compressed in gz format it will help avoiding very big files.
Problem:
A debug log file is created for each thread of a DP process selected for tracing (per module selection). Each debug log file contains execution traces for the thread of configurable detail level. Consequently, collecting logs over an extended period consumes a lot of disk space.
Solution:
Enable in-line compression in gzip format for debug logs.
Best Regards