Skip to content

Commit dc70447

Browse files
authored
Fix command for running systemd-netlogd in debug mode
1 parent d5084ef commit dc70447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ journalctl -u systemd-netlogd.service -f
9696

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

102102
---

0 commit comments

Comments
 (0)