plug_accesslog v0.15.0 Release Notes
Release Date: 2020-07-12 // about 4 years ago-
✨ Enhancements
- Protocol for
%r
is now logged as reported byPlug.Conn.get_http_protocol/1
- System environment configuration can set an optional default value to be used if the environment variable is unset
- Protocol for
Backwards incompatible changes
- Minimum required elixir version is now
~> 1.7
- Minimum required elixir version is now
Previous changes from v0.14.0
-
➕ Additional formatting directives
-
%{VARNAME}e
- Environment variable contentsBackwards incompatible changes
- All modules of the
DefaultFormatter
have been changed to not append to a passed message anymore but returniodata
. The public method has been renamed fromappend
toformat
to reflect this change.
- All modules of the