fix: show database logs in case of its not healthy and running

This commit is contained in:
Andras Bacsai
2023-10-13 09:40:37 +02:00
parent c970907c73
commit aea7cc9638
2 changed files with 1 additions and 7 deletions

View File

@@ -133,8 +133,6 @@ class StartRedis
private function generate_environment_variables()
{
$environment_variables = collect();
ray('Generate Environment Variables')->green();
ray($this->database->runtime_environment_variables)->green();
foreach ($this->database->runtime_environment_variables as $env) {
$environment_variables->push("$env->key=$env->value");
}