Log files
The log files of daisy are by default created in the following directory:
$DATADIR/logs
The log files rol over daily. You will probably want to regularly delete old log files, for example using a cron job. The logging configuration can be adjusted in the following file:
$DATADIR/conf/logkit.xml
There are two log files:
- daisy-request-errors-<date>.log: in this file all exceptions are logged that occur during the processing of external requests (thus requests over the HTTP interface)
- daisy-<date>.log: this file contains all other log output, such as generated during startup of the server or by background threads.



There are no comments.