Skip to content

Commit 4450a7f

Browse files
authored
Merge pull request #142 from cgzones/misc
Version bumps and trailing spaces cleanup
2 parents 2053409 + 1bd542e commit 4450a7f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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!**

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@ Susant Sahani <ssahani@gmail.com>
275275
Colophon
276276
--------
277277

278-
This page is part of systemd-netlogd (version 1.4.4, October 27, 2025).
278+
This page is part of systemd-netlogd (version 1.4.5, December 1, 2025).

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('systemd-netlogd', 'c',
2-
version : '1.4.4',
2+
version : '1.4.5',
33
license : 'LGPL-2.1-or-later',
44
default_options: [
55
'c_std=gnu11',

0 commit comments

Comments
 (0)