You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.2 KiB

  1. From c3453d53f2862b22d8c8e7d2399dfc38ec966aa4 Mon Sep 17 00:00:00 2001
  2. From: Willy Tarreau <w@1wt.eu>
  3. Date: Sun, 9 Aug 2015 10:56:35 +0200
  4. Subject: [PATCH 07/13] DOC: mention that %ms is left-padded with zeroes.
  5. That's important to emit logs.
  6. (cherry picked from commit 812c88ec126e8fc4fc0f7853f265594d03c63956)
  7. ---
  8. doc/configuration.txt | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/doc/configuration.txt b/doc/configuration.txt
  11. index e8d8b2a..1d95b5b 100644
  12. --- a/doc/configuration.txt
  13. +++ b/doc/configuration.txt
  14. @@ -12381,7 +12381,7 @@ Please refer to the table below for currently defined variables :
  15. | | %hrl | captured_request_headers CLF style | string list |
  16. | | %hs | captured_response_headers default style | string |
  17. | | %hsl | captured_response_headers CLF style | string list |
  18. - | | %ms | accept date milliseconds | numeric |
  19. + | | %ms | accept date milliseconds (left-padded with 0) | numeric |
  20. | | %pid | PID | numeric |
  21. | H | %r | http_request | string |
  22. | | %rc | retries | numeric |
  23. --
  24. 2.4.6