Skip to content

Commit 0da7c7d

Browse files
committed
Fix markdown mistakes.
1 parent 0fe6da9 commit 0da7c7d

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

readme.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,21 @@ Currently, a slightly tweaked template is expected, but we might relax this requ
1313

1414
Example rsyslog configuration:
1515

16-
$template Sane,"%pri% %timestamp:::date-rfc3339% %HOSTNAME% %app-name% %msg%\n"
17-
*.* @@10.0.0.1:6514;Sane
16+
```
17+
$template Sane,"%pri% %timestamp:::date-rfc3339% %HOSTNAME% %app-name% %msg%\n"
18+
*.* @@10.0.0.1:6514;Sane
19+
```
1820

1921
The following can be specified the app's .config file:
2022

21-
|Key|Description|Default|Example|
22-
|-|-|-|-|
23-
|**SeqServer**|URI pointing to your Seq server. This can include a port if needed. | None | `http://localhost:5341`|
24-
|**MessageTemplate**|Template for the logged message, in Serilog format.|None| `{Hostname}:{ApplicationName} {Message}`|
25-
|**ProxyPort**|The port on which the proxy should listen.|6514|6514|
26-
|**TcpConnectionTimeout**|How long, in seconds, before the proxy assumes a remote syslog connection has dissapeared.|600|600|
23+
Key | Description | Default | Example
24+
--- | ---- | ----- | ------
25+
|**SeqServer**|URI pointing to your Seq server. This can include a port if needed. | None | `http://localhost:5341`
26+
|**MessageTemplate**|Template for the logged message, in Serilog format.|None|`{Hostname}:{ApplicationName}{Message}`
27+
|**ProxyPort**|The port on which the proxy should listen.|6514|6514
28+
|**TcpConnectionTimeout**|How long, in seconds, before the proxy assumes a remote syslog connection has dissapeared.|600|600
29+
30+
2731

2832
Installation
2933
===
@@ -33,11 +37,11 @@ SyslogProxy will run standalone or as a windows service. To run standalone, simp
3337

3438
To install as a service, run:
3539

36-
syslogproxy.exe /i
40+
syslogproxy.exe /i
3741

3842
To uninstall the service:
3943

40-
syslogproxy.exe /u
44+
syslogproxy.exe /u
4145

4246
License
4347
===

0 commit comments

Comments
 (0)