We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4f679 commit caf7085Copy full SHA for caf7085
src/main/resources/app.yml
src/main/resources/logback.xml
@@ -25,7 +25,7 @@
25
<!-- audit log -->
26
<appender name="audit" class="ch.qos.logback.core.ConsoleAppender">
27
<encoder>
28
- <pattern>%date{ISO8601} %msg%n</pattern> <!-- the layout pattern used to format log entries -->
+ <pattern>LambdaNativeAuditLog %msg%n</pattern> <!-- the layout pattern used to format log entries -->
29
</encoder>
30
</appender>
31
0 commit comments