feat: Add better logging
All checks were successful
Build Docker / BuildSite (push) Successful in 1m24s

This commit is contained in:
2024-06-22 19:20:26 +10:00
parent 903f602119
commit d8b1ac3fb0
4 changed files with 18 additions and 4 deletions

View File

@@ -9,6 +9,10 @@
</head>
<body>
<h1>HNSDoH Node Status</h1>
{{ if .latestLine}}
<h3>{{ .latestLine}}</h3>
{{end}}
{{ if .logContent}}
<h2>Log Output</h2>
<pre>{{.logContent}}</pre>