Skip to content

Commit 3b46d9a

Browse files
author
Maximilien Marie
committed
doc(README): add logging property with pattern
1 parent ee9ebd2 commit 3b46d9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ server:
2929
- type: http
3030
port: 9091
3131

32+
logging:
33+
appenders:
34+
- type: console
35+
logFormat: "%-5p [%d{ISO8601,UTC}] [%thread] [%c{5}] [hookId:%X{hookId:--}] : %m%n%rEx"
36+
3237
password: test-password
3338

3439
jira:

0 commit comments

Comments
 (0)