Skip to content

Commit 9110685

Browse files
committed
chore: add debug logging for ratelimit
1 parent 5b9bb3f commit 9110685

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configuration/application.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
logging:
77
pattern:
88
level: '%5p [${spring.application.name:},%X{traceId:-},%X{spanId:-}]'
9+
level:
10+
root: "info"
11+
org.eclipse.openvsx.ratelimit: "debug"
12+
913
server:
1014
address: 0.0.0.0
1115
port: 8080

0 commit comments

Comments
 (0)