Logs¶
Tuleap stores a lot of information in different system log files to help you analyze your instance.
These system log files are in plain text and can be opened with any text editor.
Apache¶
- /var/log/httpd/access_log: contains all hits to your instance passing through Apache.
- /var/log/httpd/error_log: contains all errors encountered when pages generated by Apache are constructed.
Tuleap¶
- /var/log/tuleap/codendi_syslog: contains informations about backend operations like a system event execution.
- /var/log/tuleap/cvslog/: contains information specific to the CVS activity.
- /var/log/tuleap/git_syslog: contains information on operations executed in the Git system event queue.
- /var/log/tuleap/git_http_error_log: contains errors specific to the Git HTTP activity.
- /var/log/tuleap/project_xml_import_syslog: contains information specific to the XML project import process.
- /var/log/tuleap/statistics_syslog: contains information on operations executed during the statistic generation.
- /var/log/tuleap/tv3_tv5_migration_syslog: contains information related to tracker v3 to tracker v5 migration.
- /var/log/tuleap/archive_deleted_item.log: contains information executed by the archivedeleteditems plugin during archiving deleted items.
- /var/log/tuleap/debug.log: contains debug informations. Should not be useful outside a development environment.
Openfire¶
Openfire is a XMPP server used by Tuleap for the IM plugin. The logs of the Openfire server are located into /opt/openfire/logs/, please check the Openfire documentation for more information.