Skip to content
Snippets Groups Projects
Commit cd2239c5 authored by Goik Martin's avatar Goik Martin
Browse files

Log level hint bind DNS

parent b8e02663
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,26 @@
</glossdef>
</glossentry>
<glossentry>
<glossterm>Log level</glossterm>
<glossdef>
<para>For debugging purposes you may want to adjust the server's log
level:</para>
<programlisting>logging {
channel querylog{
syslog;
<emphasis role="bold">severity debug 10;
print-category yes;
print-time yes;
print-severity yes;</emphasis>
};
category queries { querylog;};
};</programlisting>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Configure server startup</glossterm>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment