forked from Silverfish/proton-bridge
GODT-1120 hotfix: use Info level in internal/app logs
This commit is contained in:
@ -111,7 +111,7 @@ func moveIfExists(source, destination string) error {
|
||||
l := logrus.WithField("source", source).WithField("destination", destination)
|
||||
|
||||
if _, err := os.Stat(source); os.IsNotExist(err) {
|
||||
l.Debug("No need to migrate file, source doesn't exist")
|
||||
l.Info("No need to migrate file, source doesn't exist")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user