Skip to content

Commit 938bda1

Browse files
authored
Merge pull request #1469 from skx/patch-1
Fixed typo.
2 parents 1ff0898 + d252295 commit 938bda1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/syslog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Sending syslog data over UDP port 6514. The message format corresponds to the format specified in RFC5424.
44

5-
The default behavior for IncludeOS's syslog implementation is to send the data to printf, which again can be routed anywhere the service specifies. This is intentional since logging over a UDP/UNIX socket wouldn't necessarily work as one might think in IncludeOS, and there's unnecessary overhead using UDP if all you want is simple logging. Instead we provide an optional plugin for sending stadard syslog over UDP to an external network interface.
5+
The default behavior for IncludeOS's syslog implementation is to send the data to printf, which again can be routed anywhere the service specifies. This is intentional since logging over a UDP/UNIX socket wouldn't necessarily work as one might think in IncludeOS, and there's unnecessary overhead using UDP if all you want is simple logging. Instead we provide an optional plugin for sending standard syslog over UDP to an external network interface.
66

77
* To enable the UDP syslog plugin, simply `set(PLUGINS .., syslogd,..)` in CMakeLists.txt or turn on the libsyslogd cmake option. This will override the default.
88

0 commit comments

Comments
 (0)