Skip to content

Commit

Permalink
[ISSUE #26277] add access logging for connector builder (#6901)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed May 30, 2023
1 parent 2961ff0 commit 09f8157
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ micronaut:
port: 80
cors:
enabled: true
netty:
access-logger:
enabled: ${HTTP_ACCESS_LOG_ENABLED:true}
endpoints:
v1/list/streams:
enabled: true
Expand Down

0 comments on commit 09f8157

Please sign in to comment.