From f8c322587ad9e756491e64723c0c7f6fef68e8ab Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Tue, 3 Sep 2024 16:17:43 +0000 Subject: [PATCH] Fix broken variable reference in traffic capture Signed-off-by: Peter Nied --- .../trafficReplayer/src/main/resources/log4j2.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrafficCapture/trafficReplayer/src/main/resources/log4j2.properties b/TrafficCapture/trafficReplayer/src/main/resources/log4j2.properties index ea641c8b0..4ed93aa85 100644 --- a/TrafficCapture/trafficReplayer/src/main/resources/log4j2.properties +++ b/TrafficCapture/trafficReplayer/src/main/resources/log4j2.properties @@ -1,6 +1,6 @@ status = warn -property.tupleDir = ${env:SHARED_LOGS_DIR_PATH:-./logs} +property.logsDir = ${env:SHARED_LOGS_DIR_PATH:-./logs} property.tuplesFileNamePrefix = ${logsDir}/${hostName}/tuples/tuples appenders = console, ReplayerLogFile, OUTPUT_TUPLES, TRANSACTION_SUMMARIES, TRANSACTION_SUMMARIES_LOGFILE, ALL_ACTIVE_WORK_MONITOR_LOGFILE