All Versions
18
Latest Version
Avg Release Cycle
118 days
Latest Release
1584 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.6.0 Changes
May 23, 2015โจ 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 Changes
May 11, 2015- ๐ Bug fixes
- Properly accesses headers using lowercase (@c-rack)
- ๐ Bug fixes
-
v0.5.0 Changes
February 24, 2015โจ Enhancements
- Allows logging to functions instead of files
- Properly ignores unopenable logfiles (e.g. "..")
- Recreates logfile if necessary (e.g. 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 Changes
February 03, 2015- ๐ Bug fixes
- Properly handles charlist responses (@chvanikoff)
- Reopens logfile IO device if pid is not alive anymore (@chvanikoff)
- ๐ Bug fixes
-
v0.4.0 Changes
January 31, 2015- โจ Enhancements
- Provides "Agent Log Format" alias
- Provides "Combined Log Format" alias
- Provides "Combined Log Format with VHost" alias
- Provides "Referer Log Format" alias
- โจ Enhancements
-
v0.3.0 Changes
January 25, 2015- โจ Enhancements
- Logs username from basic authentication
- Provides access to vhost (domain) for logging
- Raises plug version requirement to
~> 0.10
- โจ Enhancements
-
v0.2.0 Changes
January 18, 2015- โจ Enhancements
- Supports full CLF
- โจ Enhancements
-
v0.1.0 Changes
January 15, 2015- ๐ Initial Release