Skip to content

Commit

Permalink
Fix storage backends not outputting any info logs (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJa4 authored Aug 20, 2023
1 parent 67e7288 commit 47326c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/backup/script.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ func newScript() (*script, error) {
s.logger.Warn(fmt.Sprintf("["+context+"] "+msg, params...))
case storage.LogLevelError:
s.logger.Error(fmt.Sprintf("["+context+"] "+msg, params...))
case storage.LogLevelInfo:
default:
s.logger.Info(fmt.Sprintf("["+context+"] "+msg, params...))
}
Expand Down

0 comments on commit 47326c7

Please sign in to comment.