Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Antoshin <[email protected]>
  • Loading branch information
danilrwx committed Nov 14, 2024
1 parent 05937cd commit 52a9085
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/virtualization-artifact/pkg/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func NewLogger(level, output string, debugVerbosity int) *log.Logger {
})
}


func detectLogLevel(level string, debugVerbosity int) slog.Level {
switch strings.ToLower(level) {
case "fatal":
Expand Down

0 comments on commit 52a9085

Please sign in to comment.