ostent v0.6.2 Release Notes

Release Date: 2016-08-18 // over 7 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 to true 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.