Comment out logging configuration in
ApplicationDeploymentJob.php
This commit is contained in:
parent
4f0b214042
commit
2fe429fe92
1 changed files with 7 additions and 7 deletions
|
|
@ -829,13 +829,13 @@ private function generate_compose_file()
|
|||
'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…
Reference in a new issue