diff --git a/_docs/sysadmin/troubleshooting/system_debugging.md b/_docs/sysadmin/troubleshooting/system_debugging.md index c5b24407..d81e9c2b 100644 --- a/_docs/sysadmin/troubleshooting/system_debugging.md +++ b/_docs/sysadmin/troubleshooting/system_debugging.md @@ -32,7 +32,7 @@ redirect_from: * Look for errors about sockets in: ``` - tail -n 50 /var/local/submitty/socket_errors/.log + tail -n 50 /var/local/submitty/logs/socket_errors/.log ``` @@ -46,7 +46,7 @@ redirect_from: * Look in the Submitty site_errors log: ``` - tail -n 50 /var/local/submitty/site_errors/.log + tail -n 50 /var/local/submitty/logs/site_errors/.log ```