Jump to content

Systemd/networkd: Difference between revisions

m
imported>Mweinelt
imported>Mweinelt
Line 74: Line 74:
=== Debugging ===
=== Debugging ===


When things don't work as expected the journal for <code>systemd-networkd.service</code> should be consulted. Unfortunately by default the log is not very useful in its default loglevel. Increasing the loglevel can be done using the <code>SYSTEMD_LOG_LEVEL</code> environment variable.
When things don't work as expected, the journal for <code>systemd-networkd.service</code> should be consulted. Unfortunately, by default the log is not very useful in its default loglevel. Increasing the loglevel can be done using the <code>SYSTEMD_LOG_LEVEL</code> environment variable.


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
Anonymous user