==========================
Improved
--------
- `-c CONFIG_FILE` for feeding wtop and logrep custom configs
- Big speedup in `apache2unixtime()`
- Skips parsing of fields you don't ask for; nice performance boost there too.
Credit to thwartedefforts.
- Support for nginx logs. You still have to set the `LOG_FORMAT` to the
equivalent Apache format, but it works now with nginx's $request_time
parameter. Credit to Igor S.
- Handles `%h` when Hostnamelookups is on in Apache. Hostnamelookups is usually
not recommended, but you crazy kids want it, so it's there. Credit to Andrew
Hedges (see `CONTRIBUTORS.rst`_)
.. _`CONTRIBUTORS.rst`:
https://github.com/ClockworkNet/wtop/blob/master/CONTRIBUTORS.rst
Deprecated or Known Issues
--------------------------
- The `usec` field (microsecond response time) is gone. Use `msec`
(milliseconds) instead. This is for compatibility with nginx, but
microseconds is ridiculous for timing a remote network transaction anyway.
- No support for multiple `LOG_FORMAT`\s yet. You can use the new -c option to
get around this.