Debugging Mission Portal
-
Set the API log level to DEBUG in Mission Portal settings.
-
Edit
/var/cfengine/share/GUI/index.phpand setENVIRONMENTtodevelopment[file=/var/cfengine/share/GUI/index.php] define('ENVIRONMENT', 'development'); -
Run the hubs policy.
commandcf-agent -KI -
Restart
cf-apache.For systemd manged systems (RedHat/Centos7, Debian 7+, Ubuntu 15.04+):
commandsystemctl restart cf-apacheFor sysv init managed systems:
commandpkill httpd && cf-agent -KIor
commandLD_LIBRARY_PATH=/var/cfengine/lib:$LD_LIBRARY_PATH /var/cfengine/httpd/bin/apachectl restart -
Watch the logs:
/var/cfengine/httpd/logs/error_log/var/cfengine/httpd/htdocs/application/logs/log-$(date +%Y-%m-%d).php