Commit Briefs


Omar Polo

remove debugging leftover


Omar Polo

try hard at loading the configuration during conftest (-n)

Attempt to do also a few more steps that were previously done only at runtime. This can help verifying that the keypairs are matching for example, but also that there are no typos in the path to the root directories. Was requested some time ago by Marian Mizik, thanks for the feature request!


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

actually use the specified log style


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

rename IMSG_LOG_TYPE to ACCESS


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

open the log files inside the chroot


Omar Polo

reopen log files upon SIGUSR2



Omar Polo

change log_request to take the code and meta unpacked

don't know what i was smoking when I wrote log_request() like that...