Comment out logging configuration in

ApplicationDeploymentJob.php
This commit is contained in:
Andras Bacsai 2023-11-16 13:32:07 +01:00
parent 4f0b214042
commit 2fe429fe92

View File

@ -829,13 +829,13 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
'networks' => [ 'networks' => [
$this->destination->network, $this->destination->network,
], ],
'logging' => [ // 'logging' => [
'driver' => 'fluentd', // 'driver' => 'fluentd',
'options' => [ // 'options' => [
'fluentd-async' => 'true', // 'fluentd-async' => 'true',
'tag' => $this->application->name . '-' . $this->application->uuid // 'tag' => $this->application->name . '-' . $this->application->uuid
] // ]
], // ],
'healthcheck' => [ 'healthcheck' => [
'test' => [ 'test' => [
'CMD-SHELL', 'CMD-SHELL',