DE 

//Cloudogu EcoSystem Docs

Logging

The log level can be set with the configuration key logging/root. (cesapp edit-config easyredmine).

The values that can be set are based on the log levels available from Rails (FATAL, ERROR, WARN, DEBUG, INFO). Logging which takes place before the start of the server can deviate from the set value. (e.g. initial migrations).

Additional logs that serve external rake tasks or importers can be found in an seperate volume /var/lib/ces/easyredmine/volumes/logs. The following logs are currently located there: easy_active_job.log,easy_rake_tasks.log, easy_xml_data_importer.log, imap.log.