Commit 57d15ec
chore: Removing unnecessary logs (#2359)
* Reducing log size
We are putting all request contents into logs, which just add unnecessary noise in the logs and we add the same message twice. I am ensuring that message is only added for debug.
* Adding logDebug method
* Fixing debug
---------
Co-authored-by: Farrukh Masud <[email protected]>
Co-authored-by: Mark Hamilton <[email protected]>1 parent 6c9c9ce commit 57d15ec
File tree
2 files changed
+4
-2
lines changed- core/src/main/scala/com/microsoft/azure/synapse/ml
- io/http
- logging
2 files changed
+4
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments