-
Notifications
You must be signed in to change notification settings - Fork 2
Commit 695f23a
author
committedemiguez
fix: log http method type in requests
http method type was only log on unauthorized requests.
This pr adds the method type to any request
closes #421 parent 8ff2b9c commit 695f23a
File tree
2 files changed
+3
-1
lines changed- src/main/java/com/asquera/elasticsearch/plugins/http
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | + | ||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | - | ||
207 | + | ||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | + | ||
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
| |||
0 commit comments