Added Request Logging

This commit is contained in:
Pablu23
2024-06-09 21:46:26 +02:00
parent c32ece1fac
commit 6b4d017053
4 changed files with 43 additions and 3 deletions

1
go.mod
View File

@@ -7,6 +7,7 @@ require github.com/rs/zerolog v1.33.0
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/urfave/negroni v1.0.0
golang.org/x/sys v0.12.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)