The configuration file FWLOG.CNF allows you to select the types of message that will be logged. This configuration file must be located in the directory indicated by the environment variable ETC. It does not exist by default and must be created manually.
Within the configuration file, you should specify the logging level. The
correct syntax is:
level=xx
Where xx is equal to one of the following values:
Level | Types of message to be logged |
10 | Debug messages |
20 | Informational messages |
30 | Warning messages |
40 | Error messages |
50 | Alerts |
If no logging level is specified, the default level is 30 (which means that Warnings, Errors, and Alerts will be logged).
If this configuration file does not exist, logging will function but an error message will be recorded in the log error file (see below).
SET FWLOGS=C:\MPTN\ETC\SECURITY\LOGS
If the logging daemon encounters a problem, an error message will be recorded
in the file FWERROR.ERR. This file is normally located in the directory
indicated by the environment variable ETC, but this may be changed
by defining the FWERROR environment variable. For example:
SET FWERROR=C:\MPTN\ETC\SECURITY\LOGS