Skip to content

Commit 4095003

Browse files
authored
Merge pull request #209 from trifork/exclude-exception-from-level-log
Exclude exception from level log
2 parents 6ebd882 + e978a10 commit 4095003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/flink-job/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ logConfiguration:
9696
},\
9797
"Level": {\
9898
"$resolver": "pattern",\
99-
"pattern": "%level{INFO=Information, DEBUG=Debug, ERROR=Error, WARN=Warning, TRACE=Trace}"\
99+
"pattern": "%level{INFO=Information, DEBUG=Debug, ERROR=Error, WARN=Warning, TRACE=Trace}%ex{0}"\
100100
},\
101101
"_logger": {\
102102
"$resolver": "logger",\

0 commit comments

Comments
 (0)