mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-21 21:10:26 +01:00
Fix storage backends not outputting any info logs (#250)
This commit is contained in:
parent
67e7288855
commit
47326c7c59
@ -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...))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user