diff options
Diffstat (limited to 'cmd/main.go')
| -rw-r--r-- | cmd/main.go | 1 |
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) } |