Skip to content

Commit caf7085

Browse files
committed
fixes #89 Update default logback.xml for LambdaNativeAuditLog prefix
1 parent 9a4f679 commit caf7085

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

src/main/resources/app.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- audit log -->
2626
<appender name="audit" class="ch.qos.logback.core.ConsoleAppender">
2727
<encoder>
28-
<pattern>%date{ISO8601} %msg%n</pattern> <!-- the layout pattern used to format log entries -->
28+
<pattern>LambdaNativeAuditLog %msg%n</pattern> <!-- the layout pattern used to format log entries -->
2929
</encoder>
3030
</appender>
3131

0 commit comments

Comments
 (0)