Skip to content

Commit 01d64b1

Browse files
committed
[test] opensuse packaging turn up debug logging
1 parent 73742a4 commit 01d64b1

File tree

1 file changed

+2
-1
lines changed
  • qa/vagrant/src/test/resources/packaging/utils

1 file changed

+2
-1
lines changed

qa/vagrant/src/test/resources/packaging/utils/utils.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,9 @@ debug_collect_logs() {
463463

464464
set_debug_logging() {
465465
if [ "$ESCONFIG" ] && [ -d "$ESCONFIG" ] && [ -f /etc/os-release ] && (grep -qi suse /etc/os-release); then
466-
echo 'logger.org.elasticsearch.indices: DEBUG' >> "$ESCONFIG/elasticsearch.yml"
466+
echo 'logger.org.elasticsearch.indices: TRACE' >> "$ESCONFIG/elasticsearch.yml"
467467
echo 'logger.org.elasticsearch.gateway: TRACE' >> "$ESCONFIG/elasticsearch.yml"
468+
echo 'logger.org.elasticsearch.cluster: DEBUG' >> "$ESCONFIG/elasticsearch.yml"
468469
fi
469470
}
470471

0 commit comments

Comments
 (0)