ajout d'un log-format haproxy, qui a marché pour moi :o

This commit is contained in:
tdavid 2023-11-17 10:50:16 +01:00
parent 5a5c72c9a0
commit 359724144b

View file

@ -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` : <https://goaccess.io/man#custom-log>