Comment out logging configuration in
ApplicationDeploymentJob.php
This commit is contained in:
parent
4f0b214042
commit
2fe429fe92
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user