FTS-1908: Setup logging for FTS Web Monitoring
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