Skip to content

Commit 3ff7f1a

Browse files
authored
disable log last erros in the entrypoint (#3540)
[ci] Signed-off-by: Nicu Reut <nicu.reut@digitalasset.com>
1 parent e19cedb commit 3ff7f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/images/common/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [[ ! " ${*} " =~ " --console " ]]; then
1616
ARGS+=( daemon --no-tty )
1717
fi
1818

19-
ARGS+=( --log-encoder=json --log-level-stdout="${LOG_LEVEL_STDOUT:-DEBUG}" --log-level-canton="${LOG_LEVEL_CANTON:-DEBUG}" --log-file-appender=off --log-immediate-flush="${LOG_IMMEDIATE_FLUSH:-true}" )
19+
ARGS+=( --log-encoder=json --log-level-stdout="${LOG_LEVEL_STDOUT:-DEBUG}" --log-level-canton="${LOG_LEVEL_CANTON:-DEBUG}" --log-file-appender=off --log-immediate-flush="${LOG_IMMEDIATE_FLUSH:-true}" --log-last-errors=false)
2020

2121
if [ -f /app/logback.xml ]; then
2222
export JAVA_TOOL_OPTIONS="-Dlogback.configurationFile=/app/logback.xml ${JAVA_TOOL_OPTIONS:-}"

0 commit comments

Comments
 (0)