From d36bf188aeceda88d5f72ef1f043b6a18f89a67c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 5 Oct 2021 14:59:56 +0200 Subject: [PATCH] :paperclip: Enable audit-log on devenv. --- backend/scripts/repl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/scripts/repl b/backend/scripts/repl index 2467d3f11..f2321e346 100755 --- a/backend/scripts/repl +++ b/backend/scripts/repl @@ -1,6 +1,6 @@ #!/usr/bin/env bash -export PENPOT_FLAGS="enable-asserts $PENPOT_FLAGS" +export PENPOT_FLAGS="enable-asserts enable-audit-log $PENPOT_FLAGS" export OPTIONS="-A:jmx-remote:dev -J-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -J-Dlog4j2.configurationFile=log4j2-devenv.xml -J-Djdk.attach.allowAttachSelf -J-XX:+UseZGC -J-XX:ConcGCThreads=1 -J-XX:-OmitStackTraceInFastThrow -J-Xms50m -J-Xmx512m"; # export OPTIONS="$OPTIONS -J-XX:+UnlockDiagnosticVMOptions";