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

unknown Merge contents

parents 074ba0df 9b9f468b
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