From 9e8714b23df93415899e0fe64f57b443badd5456 Mon Sep 17 00:00:00 2001 From: Jim Freeman Date: Tue, 26 May 2015 09:16:34 -0600 Subject: [PATCH] DOC: set-log-level in Logging section preamble As best I can tell, no mention is made of "set-log-level" in the Logging [Section 8] of the doc. Something akin to the following in the doc would have saved a good chunk of time/angst in addressing a logging issue I encountered : --- doc/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 910dffc51..1e018451d 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -12945,6 +12945,8 @@ send logs to different sources at the same time with different level filters : - per-instance external troubles (servers up/down, max connections) - per-instance activity (client connections), either at the establishment or at the termination. + - per-request control of log-level, eg: + http-request set-log-level silent if sensitive_request The ability to distribute different levels of logs to different log servers allow several production teams to interact and to fix their problems as soon