Configure trace for SpringServer dm 2
- by Eric J.
According to the Spring documentation,
By default, the dm Server trace file
is called
$SERVER_HOME/serviceability/logs/dm-server/log_i.log
... The index i varies from 1 to 4, on
a rolling basis, as each log file
exceeds 10Mb.
I'm aware that the default trace file name can be changed in server.config. Is it possible to change the number of log files that are kept before rolling over and/or the maximum log file size? How?