- [PATCH 05/13] BUG/MINOR: http/sample: gmtime/localtime can fail - [PATCH 06/13] DOC: typo in 'redirect', 302 code meaning - [PATCH 07/13] DOC: mention that %ms is left-padded with zeroes. - [PATCH 08/13] CLEANUP: .gitignore: ignore more test files - [PATCH 09/13] CLEANUP: .gitignore: finally ignore everything but what - [PATCH 10/13] MEDIUM: config: emit a warning on a frontend without - [PATCH 11/13] BUG/MEDIUM: counters: ensure that src_{inc,clr}_gpc0 - [PATCH 12/13] DOC: ssl: missing LF - [PATCH 13/13] DOC: fix example of http-request using Signed-off-by: heil <heil@terminal-consulting.de>
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
From c3453d53f2862b22d8c8e7d2399dfc38ec966aa4 Mon Sep 17 00:00:00 2001
|
|
From: Willy Tarreau <w@1wt.eu>
|
|
Date: Sun, 9 Aug 2015 10:56:35 +0200
|
|
Subject: [PATCH 07/13] DOC: mention that %ms is left-padded with zeroes.
|
|
|
|
That's important to emit logs.
|
|
(cherry picked from commit 812c88ec126e8fc4fc0f7853f265594d03c63956)
|
|
---
|
|
doc/configuration.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/configuration.txt b/doc/configuration.txt
|
|
index e8d8b2a..1d95b5b 100644
|
|
--- a/doc/configuration.txt
|
|
+++ b/doc/configuration.txt
|
|
@@ -12381,7 +12381,7 @@ Please refer to the table below for currently defined variables :
|
|
| | %hrl | captured_request_headers CLF style | string list |
|
|
| | %hs | captured_response_headers default style | string |
|
|
| | %hsl | captured_response_headers CLF style | string list |
|
|
- | | %ms | accept date milliseconds | numeric |
|
|
+ | | %ms | accept date milliseconds (left-padded with 0) | numeric |
|
|
| | %pid | PID | numeric |
|
|
| H | %r | http_request | string |
|
|
| | %rc | retries | numeric |
|
|
--
|
|
2.4.6
|
|
|