Skip to content

Commit

Permalink
Support 'SetLogLevel' internal API
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Sep 12, 2023
1 parent 7effd77 commit 75d4b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/log/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ type Log interface {
Error(a ...interface{})
Output(a ...interface{})
GetLogLevel() LevelType
SetLogLevel(LevelType)
}

// Check if StdErr is a terminal
Expand Down

0 comments on commit 75d4b05

Please sign in to comment.