generated from nathanwoodburn/go-webserver-template
feat: Add better logging
All checks were successful
Build Docker / BuildSite (push) Successful in 1m24s
All checks were successful
Build Docker / BuildSite (push) Successful in 1m24s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user