Merge pull request #1707 from anderbubble/remove-syslog

Remove `warewulf.conf:syslog`
This commit is contained in:
Xu YANG
2025-02-07 12:08:48 +09:00
committed by GitHub
24 changed files with 26 additions and 60 deletions

View File

@@ -23,7 +23,6 @@ Warewulf (4.6.0):
update interval: 60
autobuild overlays: true
host overlay: true
syslog: false
dhcp:
enabled: true
range start: 10.0.1.1
@@ -111,9 +110,6 @@ explained as follows:
configuration. (The host overlay is used to configure the dependent
services.)
* ``warewulf:syslog``: This determines whether Warewulf server logs go
to syslog.
* ``nfs:export paths``: Warewulf can automatically set up these NFS
exports.

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
----

View File

@@ -199,7 +199,6 @@ Vagrantfile
update interval: 60
autobuild overlays: true
host overlay: true
syslog: false
dhcp:
enabled: true
range start: 192.168.200.50

View File

@@ -74,7 +74,6 @@ address of your cluster's private network interface:
update interval: 60
autobuild overlays: true
host overlay: true
syslog: false
dhcp:
enabled: true
range start: 192.168.200.50

View File

@@ -67,7 +67,6 @@ address of your cluster's private network interface.
update interval: 60
autobuild overlays: true
host overlay: true
syslog: false
datastore: /usr/share
grubboot: false
dhcp:

View File

@@ -55,7 +55,6 @@ address of your cluster's private network interface:
update interval: 60
autobuild overlays: true
host overlay: true
syslog: false
dhcp:
enabled: true
range start: 192.168.200.50