Go to the first, previous, next, last section, table of contents.


Log File Names

logfile string
Name the log file. The default is from `policy.h'. Logging information is written to this file. If HAVE_HDB_LOGGING is defined in `policy.h', then by default a separate log file is used for each system; using this command to name a log file will cause all the systems to use it.
statfile string
Name the statistics file. The default is from `policy.h'. Statistical information about file transfers is written to this file.
debugfile string
Name the file to which all debugging information is written. The default is from `policy.h'. This command is only effective if the code has been compiled to include debugging (this is controlled by the DEBUG macro in `policy.h'). If debugging is on, messages written to the log file are also written to the debugging file to make it easier to keep the order of actions straight. The debugging file is different from the log file because information such as passwords can appear in it, so it must be not be publically readable.


Go to the first, previous, next, last section, table of contents.