Skip to content

Commit f9be923

Browse files
authored
Merge pull request #233 from fnproject/marleung/fix-doc
fix malformed doc
2 parents edea1c3 + 4fbc786 commit f9be923

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Troubleshooting/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ The steps are for Linux/MacOS but the steps on Windows should be similar. The sy
324324
>cd mysyslog
325325
>mkdir logs
326326
>```
327+
327328
2. Prepare the syslog config file
328329
- Create a file called `my-syslog.conf` under `mysyslog` with the following content
329330
```
@@ -343,6 +344,7 @@ action(type="omfile" file="/var/log/syslog")
343344
>```sh
344345
>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
345346
>```
347+
346348
You should have the container up and running
347349
![Syslog container](images/syslogcontainer.jpg)
348350

0 commit comments

Comments
 (0)