#include "config.h"
#include <stddef.h>
#include "iptsec_debug.h"
Include dependency graph for iptsec_debug.c:
Variables | |
char const | IPTSEC_DEBUG [] |
Environment variable determining the debug log level for iptsec module. | |
su_log_t | iptsec_log [] |
Common log for application and srvlib components. |
Environment variable determining the debug log level for iptsec module.
The IPTSEC_DEBUG environment variable is used to determine the debug logging level for iptsec module. The default level is 3.
Common log for application and srvlib components.
The iptsec_log is the log object used by iptsec module. The level of iptsec_log is set using IPTSEC_DEBUG environment variable.