summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJaka Hudoklin <jakahudoklin@gmail.com>2013-10-12 12:42:10 +0200
committerJaka Hudoklin <jakahudoklin@gmail.com>2013-10-12 12:43:33 +0200
commitfd0d2872a49dfe94a8848ede0b40f0d7402ad948 (patch)
tree448b88e12862792b1f289e1b9db95b9a2740824a /nixos
parent29b99ed9fa6c50ac7bef28ac41f8c82a1762ee8b (diff)
downloadnixpkgs-fd0d2872a49dfe94a8848ede0b40f0d7402ad948.tar
nixpkgs-fd0d2872a49dfe94a8848ede0b40f0d7402ad948.tar.gz
nixpkgs-fd0d2872a49dfe94a8848ede0b40f0d7402ad948.tar.bz2
nixpkgs-fd0d2872a49dfe94a8848ede0b40f0d7402ad948.tar.lz
nixpkgs-fd0d2872a49dfe94a8848ede0b40f0d7402ad948.tar.xz
nixpkgs-fd0d2872a49dfe94a8848ede0b40f0d7402ad948.tar.zst
nixpkgs-fd0d2872a49dfe94a8848ede0b40f0d7402ad948.zip
nixos/elasticsearch: change loglevel from DEBUG to INFO
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/search/elasticsearch.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/search/elasticsearch.nix b/nixos/modules/services/search/elasticsearch.nix
index 6dfabc7e305..3c27c1400f9 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: