Hi,
I am using hiawatha inside a docker container.
If I route all logfiles to /dev/stdout only the systemlog seems to log.
I am trying to log lie this
SystemLogfile = /dev/stdout
VirtualHost {
Hostname = www.exampl.com, *.example.com
AccessLogfile = /dev/stdout
ErrorLogfile = /dev/stderr
}
Can this work?