We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edea1c3 + 4fbc786 commit f9be923Copy full SHA for f9be923
1 file changed
Troubleshooting/README.md
@@ -324,6 +324,7 @@ The steps are for Linux/MacOS but the steps on Windows should be similar. The sy
324
>cd mysyslog
325
>mkdir logs
326
>```
327
+
328
2. Prepare the syslog config file
329
- Create a file called `my-syslog.conf` under `mysyslog` with the following content
330
```
@@ -343,6 +344,7 @@ action(type="omfile" file="/var/log/syslog")
343
344
>```sh
345
>docker run --rm -it -v /<your path to mysyslog>/my-syslog.conf:/etc/rsyslog.d/my-syslog.conf -v /<your path to mysyslog>/logs:/var/log -p 601:601 --name=syslogng rsyslog/rsyslog:latest
346
347
348
You should have the container up and running
349

350
0 commit comments