You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-27 00:20:27 +02:00
updated restore backup log error from debug to warn
This commit is contained in:
@@ -219,7 +219,7 @@ func (app *BaseApp) RestoreBackup(ctx context.Context, name string) error {
|
|||||||
_ = tempZip.Close()
|
_ = tempZip.Close()
|
||||||
err = os.Remove(tempZip.Name())
|
err = os.Remove(tempZip.Name())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
e.App.Logger().Debug(
|
e.App.Logger().Warn(
|
||||||
"[RestoreBackup] Failed to remove the temp zip backup file",
|
"[RestoreBackup] Failed to remove the temp zip backup file",
|
||||||
slog.String("file", tempZip.Name()),
|
slog.String("file", tempZip.Name()),
|
||||||
slog.String("error", err.Error()),
|
slog.String("error", err.Error()),
|
||||||
|
|||||||
Reference in New Issue
Block a user