mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
fix: log warning on backup failure during name cleanup process
This commit is contained in:
@@ -202,7 +202,8 @@ class CleanupNames extends Command
|
||||
|
||||
exec($command, $output, $returnCode);
|
||||
} catch (\Exception $e) {
|
||||
// Silently continue
|
||||
// Log failure but continue - backup is optional safeguard
|
||||
Log::warning('Name cleanup backup failed', ['error' => $e->getMessage()]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user