diff --git a/README.md b/README.md index 783e9b9..088e17d 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ They can be used as follows: docker run -it --rm -p 9000:9000 -e KAFKA_ENDPOINT=127.0.0.1:9092 registry.opensource.zalan.do/machina/remora ``` +Run it with different log level: + +```bash +docker run -it --rm -p 9000:9000 -e KAFKA_ENDPOINT=127.0.0.1:9092 -e 'JAVA_OPTS=-Dlogback-root-level=INFO' registry.opensource.zalan.do/machina/remora +``` + For further examples see the [docker-compose.yml](basic-example/docker-compose.yml) ```bash diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 4e0a776..3f13805 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -10,7 +10,7 @@ - +