We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f86976 commit e0aed01Copy full SHA for e0aed01
_docs/sysadmin/troubleshooting/system_debugging.md
@@ -32,7 +32,7 @@ redirect_from:
32
* Look for errors about sockets in:
33
34
```
35
- tail -n 50 /var/local/submitty/socket_errors/<TODAYS_DATE>.log
+ tail -n 50 /var/local/submitty/logs/socket_errors/<TODAYS_DATE>.log
36
37
38
@@ -46,7 +46,7 @@ redirect_from:
46
* Look in the Submitty site_errors log:
47
48
49
- tail -n 50 /var/local/submitty/site_errors/<TODAYS_DATE>.log
+ tail -n 50 /var/local/submitty/logs/site_errors/<TODAYS_DATE>.log
50
51
52
0 commit comments