Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
docs: Fix incorrect script reference in TRACING.md
Browse files Browse the repository at this point in the history
Fixed the "Guest journal redirector" part of `TRACING.md` error from `vsock-to-udp-server.sh` to `vsock-to-text-server.sh`.

Fixes: #646

Signed-off-by: ychau@163.com
  • Loading branch information
YchauWang committed Sep 18, 2019
1 parent dc235c3 commit 4a34395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TRACING.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ to a `socat(1)` instance running on the host:
|-|-|-|-|-|
| `kata-journald-host-redirect.service` | systemd service | Guest | Guest `UDP:514` to host `VSOCK:5140` | Redirects data sent to the syslog port to a VSOCK socket port. |
| `kata-redirect-agent-output-to-journal.conf` | systemd snippet | Guest | Capture agent output | Redirects all agent output to the journal, required to observe agent output on host as no `kata-proxy` is running. |
| `vsock-to-udp-server.sh` | shell script | Host | Host `VSOCK:5140` to stdout | Redirects all host context VSOCK data on port `5140` to standard output for easy viewing. |
| `vsock-to-text-server.sh` | shell script | Host | Host `VSOCK:5140` to stdout | Redirects all host context VSOCK data on port `5140` to standard output for easy viewing. |

## Enable full agent debug

Expand Down

0 comments on commit 4a34395

Please sign in to comment.