ostent v0.6.2 Release Notes
Release Date: 2016-08-18 // over 8 years ago-
๐ This is minor release featuring updated dependencies including Go 1.7 runtime and latest React.
Other notable changes:
- ๐ New
--log-requests
flag enables printing full access log to stdout.
๐ It defaults totrue
in dev mode,false
in release binaries.
๐จ Old behaviour was to print just the first request from a particular IP.
๐จ So now it's to print either all the requests or none. - ๐ฒ The access log changed into regular (apache) common access format
without extra fields like predefined message and duration.
- ๐ New