Skip to content

Commit

Permalink
Add 'use_syslog: no' to testing tips
Browse files Browse the repository at this point in the history
  • Loading branch information
TCY16 committed Sep 21, 2022
1 parent 8988392 commit 5a2d383
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/getting-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,14 @@ Another handy trick you can use during testing is to run Unbound in the
foreground using the :option:`-d` option and increase the verbosity level using
the :option:`-v` option multiple times. This allows you to see steps Unbound
takes and also where it fails.
Another useful, more detailed trick in combination with the foreground is to
make Unbound log on the foreground. To do this, the following line needs to
be added to the config file.

.. code-block:: bash
server:
use_syslog: no
Now that Unbound is installed we can :doc:`continue to configuring
it<configuration>`.

0 comments on commit 5a2d383

Please sign in to comment.