This commit is contained in:
2025-03-30 13:30:09 +00:00
parent 4a22d113c3
commit 798b224256

View File

@@ -33,6 +33,8 @@ class WaitForServerToConnect implements ShouldQueue, ShouldBeEncrypted
if (! $process->isSuccessful()) {
logger('server not reachable');
logger('exit code' . $process->getExitCode());
logger('output');
logger($process->getOutput());
logger($process->getErrorOutput());
$this->release(15);