10.7 Log files
10.7.1 Repository server
The log files of the repository server are by default created in the following directory:
<daisydata directory>/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:
<daisydata directory>/conf/repository-log4j.properties
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.
Previous