diff --git a/HowtoGoAccess.md b/HowtoGoAccess.md index fcc3f9b4..afe3e49e 100644 --- a/HowtoGoAccess.md +++ b/HowtoGoAccess.md @@ -51,6 +51,8 @@ Pour HAProxy, selon les versions, on peut tester les `log-format` suivants : log-format %^ %^ %^ %^ %^ %^ %h:%^ [%d:%t.%^] %^ %^ %^/%^/%^/%L/%^ %s %b %^ %^ %^ %^ %^ {%v|%u} "%m %U %H" log-format %^ %~%^ %^ %^ %^ %h:%^ [%d:%t.%^] %^ %^ %^/%^/%^/%L/%^ %s %b %^ %^ %^ %^ %^ {%v|"%u"} "%r" + +log-format %^]%^ %h:%^ [%d:%t.%^] %^/%^/%^/%^/%L/%^ %s %b %^"%r" ~~~ Pour aller plus loin, voir la documentation de `log-format` :