Skip to content

Commit 834a807

Browse files
author
committed
Deployed f3176ec with MkDocs version: 1.6.1
1 parent f55a3e2 commit 834a807

File tree

5 files changed

+131
-97
lines changed

5 files changed

+131
-97
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,5 +506,5 @@ <h2 id="license-and-disclaimer">License and Disclaimer</h2>
506506

507507
<!--
508508
MkDocs version : 1.6.1
509-
Build Date UTC : 2026-02-15 17:43:55.444051+00:00
509+
Build Date UTC : 2026-02-23 17:51:29.875613+00:00
510510
-->

installation/docker/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@
107107
<li class="toctree-l4"><a class="reference internal" href="#powerdns-api">PowerDNS API</a>
108108
</li>
109109
<li class="toctree-l4"><a class="reference internal" href="#authentication">Authentication</a>
110+
</li>
111+
<li class="toctree-l4"><a class="reference internal" href="#logging">Logging</a>
110112
</li>
111113
</ul>
112114
</li>
@@ -842,6 +844,38 @@ <h3 id="authentication">Authentication</h3>
842844
</tr>
843845
</tbody>
844846
</table>
847+
<h3 id="logging">Logging</h3>
848+
<table>
849+
<thead>
850+
<tr>
851+
<th>Variable</th>
852+
<th>Default</th>
853+
<th>Description</th>
854+
</tr>
855+
</thead>
856+
<tbody>
857+
<tr>
858+
<td><code>PA_LOGGING_TYPE</code></td>
859+
<td>null</td>
860+
<td>Logger type: <code>null</code> or <code>native</code></td>
861+
</tr>
862+
<tr>
863+
<td><code>PA_LOGGING_LEVEL</code></td>
864+
<td>info</td>
865+
<td>Log level (debug, info, warning, error, etc.)</td>
866+
</tr>
867+
<tr>
868+
<td><code>PA_LOGGING_DATABASE_ENABLED</code></td>
869+
<td>false</td>
870+
<td>Log zone/record changes to database</td>
871+
</tr>
872+
<tr>
873+
<td><code>PA_LOGGING_SYSLOG_ENABLED</code></td>
874+
<td>false</td>
875+
<td>Log auth attempts to syslog</td>
876+
</tr>
877+
</tbody>
878+
</table>
845879
<p>For complete environment variable reference, see the <a href="https://github.com/poweradmin/poweradmin/blob/master/DOCKER.md">DOCKER.md</a> in the source repository.</p>
846880
<h2 id="volumes">Volumes</h2>
847881
<table>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)