Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

**`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)**.
**`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)**.
It supports **unicast** and **multicast**, with **zero disk buffering** — perfect for **edge devices, servers, and cloud fleets**.

---
Expand Down Expand Up @@ -96,14 +96,14 @@ journalctl -u systemd-netlogd.service -f

Manual test:
```bash
SYSTEMD_LOG_LEVEL=debug /usr/lib/systemd-netlogd
SYSTEMD_LOG_LEVEL=debug /usr/lib/systemd-netlogd
```

---

## Configuration

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

Reload: `sudo systemctl reload systemd-netlogd.service`
Expand Down Expand Up @@ -256,10 +256,10 @@ See `CONTRIBUTING.md`

## License

**LGPL-2.1-or-later** — same as systemd.
**LGPL-2.1-or-later** — same as systemd.
See `LICENSE`.

---

> **Questions?** Open an issue on GitHub!
> **Questions?** Open an issue on GitHub!
> **Star this repo if you love centralized logging!**
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ Susant Sahani <ssahani@gmail.com>
Colophon
--------

This page is part of systemd-netlogd (version 1.4.4, October 27, 2025).
This page is part of systemd-netlogd (version 1.4.5, December 1, 2025).
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('systemd-netlogd', 'c',
version : '1.4.4',
version : '1.4.5',
license : 'LGPL-2.1-or-later',
default_options: [
'c_std=gnu11',
Expand Down