We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7383c3 commit 41ae8dbCopy full SHA for 41ae8db
configure.ac
@@ -490,7 +490,7 @@ AC_ARG_ENABLE(handler-logging,
490
# Disable logging of dechunking
491
AC_ARG_ENABLE(dechunk-logging,
492
AS_HELP_STRING([--enable-dechunk-logging],
493
- [Enable logging of dechunking in audit log when log level < 9. This is the default]),
+ [Enable logging of dechunking even when log level is < 9. This is the default]),
494
[
495
if test "$enableval" != "no"; then
496
log_dechunk=
0 commit comments