use logrus for gin's log output

This commit is contained in:
Christoph Haas
2021-01-13 17:27:01 +01:00
parent d978fd560d
commit ec752f8b08
3 changed files with 63 additions and 5 deletions

1
go.mod
View File

@@ -14,6 +14,7 @@ require (
github.com/sirupsen/logrus v1.7.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
github.com/toorop/gin-logrus v0.0.0-20200831135515-d2ee50d38dae
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
gorm.io/driver/sqlite v1.1.3