Skip to content

Commit b935b3d

Browse files
committed
Add thv logs additional flags to troubleshooting docs
Document --follow and --proxy flags for the thv logs command to help users debug authentication issues more effectively: - --follow: Follow logs in real-time (like tail -f) - --proxy: View proxy logs instead of container logs
1 parent 0ad0229 commit b935b3d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/toolhive/_partials/_auth-troubleshooting.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ If clients can't authenticate:
88
4. Check the server logs for specific authentication errors:
99

1010
```bash
11+
# View logs
1112
thv logs <server-name>
13+
14+
# Follow logs in real-time (like tail -f)
15+
thv logs <server-name> --follow
16+
17+
# View proxy logs instead of container logs
18+
thv logs <server-name> --proxy
1219
```
1320

1421
### Authorization issues

0 commit comments

Comments
 (0)