Add fluentd logging configuration for database & services

This commit is contained in:
Andras Bacsai
2023-11-17 11:32:52 +01:00
parent b8252b85b0
commit 57738198ad
7 changed files with 60 additions and 1 deletions

View File

@@ -864,7 +864,6 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
]
]
];
ray($this->server->isDrainLogActivated());
if ($this->server->isDrainLogActivated()) {
$docker_compose['services'][$this->container_name]['logging'] = [
'driver' => 'fluentd',