Skip to content

Commit

Permalink
more sane defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
psyb0t committed Nov 7, 2023
1 parent b9da162 commit e2651c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const (

const (
defaultReportCaller = true
defaultLevel = levelDebug
defaultFormat = formatJSON
defaultLevel = levelWarn
defaultFormat = formatText
)

type config struct {
Expand Down

0 comments on commit e2651c2

Please sign in to comment.