Skip to content

Commit

Permalink
Fix command issue in troubleshooting guide (open-telemetry#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
flands authored Mar 29, 2021
1 parent 5682534 commit c21b299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ journald and `/var/log/syslog.log` for events.
```bash
$ echo "2021-03-17 02:14:44 +0000 [debug]: test" >>/var/log/syslog.log
$ echo "2021-03-17 02:14:44 +0000 [debug]: test" | systemctl-cat
$ echo "2021-03-17 02:14:44 +0000 [debug]: test" | systemd-cat
```

## Trace Collection
Expand Down

0 comments on commit c21b299

Please sign in to comment.