From fd0d2872a49dfe94a8848ede0b40f0d7402ad948 Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Sat, 12 Oct 2013 12:42:10 +0200 Subject: [PATCH] nixos/elasticsearch: change loglevel from DEBUG to INFO --- nixos/modules/services/search/elasticsearch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/search/elasticsearch.nix b/nixos/modules/services/search/elasticsearch.nix index 6dfabc7e3053..3c27c1400f93 100644 --- a/nixos/modules/services/search/elasticsearch.nix +++ b/nixos/modules/services/search/elasticsearch.nix @@ -66,9 +66,9 @@ in { logging = mkOption { description = "Elasticsearch logging configuration"; default = '' - rootLogger: DEBUG, console + rootLogger: INFO, console logger: - action: DEBUG + action: INFO com.amazonaws: WARN appender: console: