mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixos/elasticsearch: change loglevel from DEBUG to INFO
This commit is contained in:
parent
29b99ed9fa
commit
fd0d2872a4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user