Activating SAProuter Logging: Option -G

Context

You can log connections and actions running through the SAProuter in a log file. You can use this log file, for example, to get an overview of the functions and workload of the SAProuter. With option -G you can activate logging when the SAProuter is started.

Procedure

  1. Start the SAProuter with option -G. Enter the name of the log file after the -G.
    Windows/Unix: saprouter -r -G <LogFileName.txt>
    IBM i: call saprouter ( '-r' '-G' '<LogFileName.txt>' )
  2. Optional: You can restrict the size of the log file with option -J <size in bytes>. With option -V you specify the trace level.
    Windows/Unix: saprouter -r -G <LogFileName.txt> -J<size in bytes>
    IBM i: call saprouter ( '-r' '-G' '<LogFileName.txt>' '-J' '<size in bytes>' )