-
Notifications
You must be signed in to change notification settings - Fork 0
Logs
chris48s edited this page Feb 12, 2020
·
2 revisions
- Logs are at http://34.244.99.96/logs/
-
prune_logs.shhandles 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;
}