-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
When I set the fatal color, it seems to use warn color.
func init() {
...
EnableCustomColors: true,
CustomLevelColors: &discordrus.LevelColors{
Debug: 10170623,
Info: 3581519,
Warn: 14913035,
Error: 12651008,
Panic: 12651008,
Fatal: 12651008,
},
...
}
func main() {
log.Error("Hi")
log.Fatal("Hi")
}
It seems like this code is causing the issue.
Is this currently being worked on? If not, I can make a PR.
Metadata
Metadata
Assignees
Labels
No labels