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.

nginx

  • /var/log/nginx/access.log: contains all hits to your instance passing through nginx.
  • /var/log/nginx/error.log: contains all errors encountered by nginx when serving a page.

PHP-FPM

  • /var/opt/remi/php72/log/php-fpm/error.log: contains all errors encountered when responses generated by PHP-FPM are constructed.

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 information about backend operations like a system event execution.
  • /var/log/tuleap/cvslog/: contains information specific to the CVS activity.
  • /var/log/tuleap/ldap_syslog: contains information specific to the LDAP plugin 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/rest_api_log: contains errors specific to the REST API activity.
  • /var/log/tuleap/burndown_syslog: contains information on the generation of burndowns by the tracker plugin.
  • /var/log/tuleap/burnup_syslog: contains information on the generation of burnups by the agile dashboard plugin.
  • /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 for 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 about what is executed by the archivedeleteditems plugin while archiving deleted items.
  • /var/log/tuleap/botMattermost_syslog: contains information on the BotMattermost plugins behavior.
  • /var/log/tuleap/worker_log: contains information about backend workers activity (e.g. asynchronous notifications).
  • /var/log/tuleap/openid_connect_client.log: contains errors specific to the OpenID Connect activity.
  • /var/log/tuleap/mail_syslog: contains errors and information specific to mails distribution.

Tuleap Realtime

  • /var/log/tuleap-realtime/tuleap-realtime.log: contains information specific to the Tuleap Realtime server.