diff --git a/main.go b/main.go index 41bebb9..8e77957 100644 --- a/main.go +++ b/main.go @@ -74,6 +74,7 @@ type configuration struct { } func main() { + log.SetFlags(log.Lshortfile) config := &configuration{ responder: &responder{}, crlSourceFile: &crlSourceFile{},