fix: minimize logging

This commit is contained in:
Florian Bauer
2025-01-22 14:37:05 +01:00
parent c6d56f6a77
commit 4942df0b25

View File

@@ -74,6 +74,7 @@ type configuration struct {
} }
func main() { func main() {
log.SetFlags(log.Lshortfile)
config := &configuration{ config := &configuration{
responder: &responder{}, responder: &responder{},
crlSourceFile: &crlSourceFile{}, crlSourceFile: &crlSourceFile{},