aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-05-15 08:52:26 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2023-05-15 08:52:26 +0000
commitd2c15012c2471946baa43e4c9dc7981549dc89aa (patch)
tree4caedec8dd31edbf5ef428636737bda8848e0706
parent51df69aa6d2adeef471e443f1b2200eb5d674160 (diff)
Show log when error happens.
-rw-r--r--searchcore/src/tests/proton/flushengine/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/flushengine/CMakeLists.txt b/searchcore/src/tests/proton/flushengine/CMakeLists.txt
index a47b3f2c93f..8d186dfe189 100644
--- a/searchcore/src/tests/proton/flushengine/CMakeLists.txt
+++ b/searchcore/src/tests/proton/flushengine/CMakeLists.txt
@@ -10,5 +10,5 @@ vespa_add_executable(searchcore_flushengine_test_app TEST
vespa_add_test(
NAME searchcore_flushengine_test_app
COMMAND searchcore_flushengine_test_app
- ENVIRONMENT "VESPA_LOG_LEVEL=all;VESPA_LOG_TARGET=file:vlog.txt"
+ ENVIRONMENT "VESPA_LOG_LEVEL=all"
)