From c2213165f2897917f7dfb499ec5743fdd745de1b Mon Sep 17 00:00:00 2001 From: Miguelangel Freitas Date: Mon, 11 Sep 2017 19:17:25 -0500 Subject: [PATCH] Quiet logging for Kibana --- kibana/config/kibana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibana/config/kibana.yml b/kibana/config/kibana.yml index 97bfeb6f..993ad7da 100644 --- a/kibana/config/kibana.yml +++ b/kibana/config/kibana.yml @@ -81,7 +81,7 @@ elasticsearch.url: "http://elasticsearch:9200" # logging.silent: false # Set the value of this setting to true to suppress all logging output other than error messages. -# logging.quiet: false +logging.quiet: true # Set the value of this setting to true to log all events, including system usage information # and all requests.