Restricting the Size of the Log File: Option -J

If you start SAProuter with option -G, you can restrict the size of the log file with option -J <size in bytes>.

If you do not use this option, the log file can become as large as is necessary:
  • Windows/Unix: saprouter -r -G <LogFileName.txt> -J<size in bytes>
  • IBM i: call saprouter ( '-r' '-G' '<log file name.txt>' '-J' '<size in bytes>' )