diff --git a/HowtoGoAccess.md b/HowtoGoAccess.md index e90faf82..c6c9ae62 100644 --- a/HowtoGoAccess.md +++ b/HowtoGoAccess.md @@ -45,10 +45,12 @@ date-format %d/%b/%Y log-format %h %^[%d:%t %^] "%r" %s %b "%R" "%u" ~~~ -Pour HAProxy, le `log-format` est le suivant : +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" ~~~