Releases: mneudert/plug_accesslog
Releases · mneudert/plug_accesslog
v0.6.0
-
Enhancements
- Allows passing a dontlog-function to skip requests from logging
- Dependencies not used in production builds are marked as optional
-
Additional formatting directives
%{VARNAME}C
- Cookie sent by the client%m
- Request method%{VARNAME}o
- Header line sent by the server
v0.5.1
v0.5.0
- Allows logging to functions instead of files
- Properly ignores unopenable logfiles (i.e. "..")
- Recreates logfile if necessary (i.e. after moved by logrotate)
Additional formatting directives:
%%
- Percentage sign%B
- Size of response in bytes. Outputs "0" when no bytes are sent.
v0.4.1
- Properly handles charlist responses (@chvanikoff)
- Reopens logfile IO device if pid is not alive anymore (@chvanikoff)