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' => [
$this->destination->network,
],
'logging' => [
'driver' => 'fluentd',
'options' => [
'fluentd-async' => 'true',
'tag' => $this->application->name . '-' . $this->application->uuid
]
],
// 'logging' => [
// 'driver' => 'fluentd',
// 'options' => [
// 'fluentd-async' => 'true',
// 'tag' => $this->application->name . '-' . $this->application->uuid
// ]
// ],
'healthcheck' => [
'test' => [
'CMD-SHELL',