New OPTIONS variable for warewulfd.service

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-05 22:14:53 -07:00
parent 89721c6832
commit fa46794d38
3 changed files with 19 additions and 1 deletions

View File

@@ -1,6 +1,23 @@
Troubleshooting
===============
warewulfd
---------
The Warewulf server (``warewulfd``) sends logs to the systemd journal.
.. code-block::
journalctl -u warewulfd.service
To increase the verbosity of the log, specify either ``--verbose`` or
``--debug`` in the warewulfd OPTIONS.
.. code-block::
echo "OPTIONS=--debug" >>/etc/default/warewulfd
systemctl restart warewulfd.service
iPXE
----