Add JSON structured logging
This commit is contained in:
parent
60b9d77873
commit
c06d77485c
6 changed files with 51 additions and 6 deletions
1
go.mod
1
go.mod
|
|
@ -5,6 +5,7 @@ go 1.23.2
|
|||
require (
|
||||
github.com/bwmarrin/discordgo v0.28.1
|
||||
github.com/spf13/viper v1.19.0
|
||||
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue