Merge pull request #1707 from anderbubble/remove-syslog
Remove `warewulf.conf:syslog`
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
----
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user