How can I set the size of ASAP.Console file and its rotation?
The ASAP.Console log file does not rotate and size cannot be controlled.
The ASAP.Console file contains standard input, standard output, and errors that are sent to a console screen. Also, this file records any startup errors.
When ASAP is started, stderr and stdout messages are explicitly redirected ASAP.Console. Writing to stdout and stderr can result in the ASAP.Console file dramatically increasing in size. If you use custom cartridge, you may want to check your cartridge code if any logging related to work order processing is redirected to ASAP.Console. Ideally, WO related information is logged in ASAP diag files whose logging level can be controlled.
0