[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.2.2 Output Settings

Option: termlevel level
This is a logging level for syslogd or a terminal (if using the `--foreground' command line option). level can be one of the following:

normal
Only errors are logged. This is the default level.

verbose
Produce more diagnostic output.

debug
Produce debugging output.

silent
Do not log anything.

This command may be used only in system configuration file.

Option: logfile file-name
This command specifies an additional file, where GNU Anubis can log its information, but only those information available for a client. Only in user configuration file. For example:

 
logfile "anubis.log"

This will log to the `~/anubis.log' file in a client's home directory.

Option: loglevel level
This option specifies an output level for an additional file (`logfile'). It can be used only in user configuration file. level is one of the following:

none
fails
all

Option: tracefile yes-or-no
Option: tracefile file-name
This option instructs anubis to log the execution of tests and actions from the RULE sections. This is useful for debugging the configuration files.

When this option is used in the system-wide configuration file, only its first form is allowed. Using `tracefile yes' enables logging of the actions and tests to the default syslog channel. Using `tracefile no' disables it.

When used in the user configuration file, a filename is allowed as an argument to this option. This allows you to explicitly specify to which file the tracing output should go. Otherwise, using `tracefile yes' enables logging to the same file as `logfile' (if possible).


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Wojciech Polak on December, 18 2004 using texi2html