Skip to content

Commit a61abb4

Browse files
committed
Drop trailing spaces in ReadMe
1 parent 2053409 commit a61abb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://github.com/systemd/systemd-netlogd/actions/workflows/ci.yml/badge.svg)](https://github.com/systemd/systemd-netlogd/actions)
44

5-
**`systemd-netlogd`** is a **lightweight, battle-tested daemon** that **forwards systemd journal logs to remote hosts** over the network using the **Syslog protocol (RFC 5424 & RFC 3339)**.
5+
**`systemd-netlogd`** is a **lightweight, battle-tested daemon** that **forwards systemd journal logs to remote hosts** over the network using the **Syslog protocol (RFC 5424 & RFC 3339)**.
66
It supports **unicast** and **multicast**, with **zero disk buffering** — perfect for **edge devices, servers, and cloud fleets**.
77

88
---
@@ -96,14 +96,14 @@ journalctl -u systemd-netlogd.service -f
9696

9797
Manual test:
9898
```bash
99-
SYSTEMD_LOG_LEVEL=debug /usr/lib/systemd-netlogd
99+
SYSTEMD_LOG_LEVEL=debug /usr/lib/systemd-netlogd
100100
```
101101

102102
---
103103

104104
## Configuration
105105

106-
Config: `/etc/systemd/netlogd.conf`
106+
Config: `/etc/systemd/netlogd.conf`
107107
Drop-ins: `/etc/systemd/netlogd.conf.d/*.conf` (INI format)
108108

109109
Reload: `sudo systemctl reload systemd-netlogd.service`
@@ -256,10 +256,10 @@ See `CONTRIBUTING.md`
256256

257257
## License
258258

259-
**LGPL-2.1-or-later** — same as systemd.
259+
**LGPL-2.1-or-later** — same as systemd.
260260
See `LICENSE`.
261261

262262
---
263263

264-
> **Questions?** Open an issue on GitHub!
264+
> **Questions?** Open an issue on GitHub!
265265
> **Star this repo if you love centralized logging!**

0 commit comments

Comments
 (0)