Skip to content

FTS-1908: Setup logging for FTS Web Monitoring

Joao Pedro Lopes requested to merge FTS-1908 into develop

This merge requests sets up the logging system for the FTS Web Monitoring application.

The HTTPd access and error logs are written into /var/log/httpd/fts3web_access_log and /var/log/httpd/fts3web_error_log respectively.

The Django application specific logs are written in /var/log/fts3web/fts3web.log.

The merge request also sets up the logrotate configuration for the fts3web.log log file

Closes FTS-1908

Merge request reports