On 2016-02-22 12:39, Sönke Ludwig wrote:

The current HTTP access log implementation doesn't support log rotation
(yet), so you'd have to implement it yourself. You can derive from
HTTPLogger.

Logging exceptions/errors can be done from the error page handler
(HTTPServerSettings.errorPageHandler), but there is no built-in
logging facility for this.

Thanks.

/Jacob Carlborg