Skip to content

Commit e0aed01

Browse files
Barb CutlerBarb Cutler
authored andcommitted
fix_socket_docs
1 parent 0f86976 commit e0aed01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_docs/sysadmin/troubleshooting/system_debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ redirect_from:
3232
* Look for errors about sockets in:
3333

3434
```
35-
tail -n 50 /var/local/submitty/socket_errors/<TODAYS_DATE>.log
35+
tail -n 50 /var/local/submitty/logs/socket_errors/<TODAYS_DATE>.log
3636
```
3737

3838

@@ -46,7 +46,7 @@ redirect_from:
4646
* Look in the Submitty site_errors log:
4747

4848
```
49-
tail -n 50 /var/local/submitty/site_errors/<TODAYS_DATE>.log
49+
tail -n 50 /var/local/submitty/logs/site_errors/<TODAYS_DATE>.log
5050
```
5151

5252

0 commit comments

Comments
 (0)