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' => [
|
'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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user