Skip to content

Commit

Permalink
Adds command to show log file
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fekete authored and Robert Fekete committed May 2, 2024
1 parent df9cf0a commit 9dd7c74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/install/helm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ To install the `axosyslog` chart, complete the following steps.
average rate = 928.58 msg/sec, count=9800, time=10.5538, (average) msg size=256, bandwidth=232.14 kB/sec
```

The generated log messages (like `2024-05-02T10:56:31.000000+00:00 localhost prg00000[1234]: seq: 0000000065, thread: 0000, runid: 1714647391, stamp: 2024-05-02T10:56:31 PADDPADDPADDPADD`) should show up in the configured destinations, for example, in the file destination:

```shell
kubectl exec axosyslog-1714389625-syslog-0 -- less /var/log/syslog
```
{{< include-headless "disk-buffer-in-container.md" >}}

## Uninstall
Expand Down

0 comments on commit 9dd7c74

Please sign in to comment.