You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Troubleshooting/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,7 +316,7 @@ The steps are for Linux/MacOS but the steps on Windows should be similar. The sy
316
316
317
317
**Note:** We are using rsyslog/rsyslog container here. For detailed documentation, please check here: https://www.rsyslog.com/doc/getting_started/index.html
318
318
319
-
1. Create a local directory to host the config and log files
319
+
First, create a local directory to host the config and log files
320
320
321
321

322
322
>```
@@ -325,9 +325,9 @@ The steps are for Linux/MacOS but the steps on Windows should be similar. The sy
325
325
>mkdir logs
326
326
>```
327
327
328
-
2. Prepare the syslog config file
329
-
- Create a file called `my-syslog.conf` under `mysyslog` with the following content
330
-
```
328
+
Then prepare the syslog config file. Create a file called `my-syslog.conf` under `mysyslog` with the following content
329
+
330
+
~~~
331
331
# Load module
332
332
module(load="imtcp")
333
333
input(type="imtcp" port="601")
@@ -337,8 +337,9 @@ $WorkDirectory /var/log
337
337
338
338
# Log all UDP messages to /var/log/syslog/syslog.log
0 commit comments