Commit 4bf2dfb
Improve logging for ByteBufInputStream close failures
Change log level from debug to warn and catch Throwable instead of just IOException to make potential ByteBuf leak issues more visible.
Co-authored-by: FabianMeiswinkel <[email protected]>1 parent 861cb2a commit 4bf2dfb
File tree
1 file changed
+4
-4
lines changed- sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/directconnectivity
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments