The ncsa logger implements the NCSA log format.
This logger module accepts two parameters:
If some of the parameters are not set, it will write the messages to syslog instead of writting it into a file.
Log ncsa
Use NCSA logger to send all the logging information to syslog.
Log ncsa { AccessLog /var/log/cherokee.access ErrorLog /var/log/cherokee.error }
It uses the NCSA logger to write two different logs: one for accesses and other for errors.