Skip to content

Commit

Permalink
Adding subscriptionId to log-config
Browse files Browse the repository at this point in the history
  • Loading branch information
lassetyr committed Nov 19, 2024
1 parent a2a736d commit ef401e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"severity": "%level",
"breadcrumb": "%X{camel.breadcrumbId}",
"correlationId": "%X{camel.correlationId}",
"subscriptionId": "%X{subscriptionId}",
"threadId": "%t",
"reportLocation": {
"filePath": "%logger",
Expand Down

0 comments on commit ef401e7

Please sign in to comment.