Skip to content
chris48s edited this page Feb 12, 2020 · 2 revisions
  • Logs are at http://34.244.99.96/logs/
  • prune_logs.sh handles deleting old logs.
  • The process for finding out about failing jobs is: "look at the logs every few days"

Config for exposing the logs is:

  • There's a symlink from /var/www/logs -> /home/ubuntu/dc-bots/logs/
  • In /etc/nginx/sites-enabled/default:
location /logs {
    autoindex on;
    default_type text/plain;
}

Clone this wiki locally