mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix help message on configuration option added by #1381
This commit is contained in:
parent
7b86d8c51d
commit
2c07a17fa3
@ -475,7 +475,7 @@ AC_ARG_ENABLE(collection-delete-problem-logging,
|
||||
# Disable logging of Apache handler
|
||||
AC_ARG_ENABLE(handler-logging,
|
||||
AS_HELP_STRING([--enable-handler-logging],
|
||||
[Enable logging of Apache handler in audit log when log level < 9. This is the default]),
|
||||
[Enable logging of Apache handler in audit log even when log level is < 9. This is the default]),
|
||||
[
|
||||
if test "$enableval" != "no"; then
|
||||
log_handler=
|
||||
|
Loading…
x
Reference in New Issue
Block a user