You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/06/05 08:48:53 UTC

[incubator-streampipes-installer] 03/03: Add logging limit to enricher service

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git

commit 0c8979d607e2c5d887eacb7915db10805c2d853e
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Fri Jun 5 10:48:28 2020 +0200

    Add logging limit to enricher service
---
 cli/services/processors-enricher-jvm/docker-compose.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/cli/services/processors-enricher-jvm/docker-compose.yml b/cli/services/processors-enricher-jvm/docker-compose.yml
index ed340ba..00d3718 100644
--- a/cli/services/processors-enricher-jvm/docker-compose.yml
+++ b/cli/services/processors-enricher-jvm/docker-compose.yml
@@ -23,6 +23,11 @@ services:
 #      - "8098:8090"
     extra_hosts:
       - host.docker.internal:${HOST_DOCKER_INTERNAL}
+    logging:
+      driver: "json-file"
+      options:
+        max-size: "1m"
+        max-file: "1"
     networks:
       spnet: