aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cmd/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/main.go b/cmd/main.go
index 0cd9eec..1619a17 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -110,6 +110,7 @@ func main() {
ReadHeaderTimeout: 5 * time.Second,
Handler: router,
}
+ slog.Info("running")
slog.Error("error while running exiting", slog.Any("error", server.ListenAndServe()))
os.Exit(1)
}