vendor/elasticsearch/config/logging.yml in springboard-0.90.2 vs vendor/elasticsearch/config/logging.yml in springboard-0.90.12
- old
+ new
@@ -1,5 +1,7 @@
-rootLogger: INFO, console, file
+# you can override this using by setting a system property, for example -Des.logger.level=DEBUG
+es.logger.level: INFO
+rootLogger: ${es.logger.level}, console, file
logger:
# log action execution errors for easier debugging
action: DEBUG
# reduce the logging for aws, too much is logged under the default INFO
com.amazonaws: WARN