Commit Briefs

Omar Polo

implement fastcgi strip number


Omar Polo

add `log syslog facility' to use a different syslog(3) facility

Was requested ages ago by Karl Jeacle, now that there is some better support for configuring the logging there's no excuse to add this. It helps with filtering from syslog.d / syslog.conf.



Omar Polo

set the default logging style back to legacy

I think the condensed is better but it'll need to change post 2.0 to accomodate for logging the number of bytes read in the body of a titan request (and it's weird to hardcode a zero there.) 2.0 will ship with the legacy logging style thus.



Omar Polo

Nm does not make any sense there


Omar Polo

fix the macro example



Omar Polo

change the 'condensed' style to include the size of the request too

will be used in the future to log how much byte a titan request uploaded.


Omar Polo

move log syslog after log style



Omar Polo

allow to change the logging style; introduce some new ones

add `log style <style>'; The old default is called `legacy' now, a new default format is added called `condensed', and `common' and `combined' to mimick Apache httpd and nginx (respectively) are also added.


Omar Polo

bump man date


Omar Polo

open the log files inside the chroot