forked frompython/pythondotorg
- Notifications
You must be signed in to change notification settings - Fork0
Commit452480d
authored
disable logging to datadog by default (python#2653)
* disable logging to datadog by defaultWhen the logging_datadog section was added inpython#2519, there was no logging condition applied leading to all requests being logged to datadog.this adds a "False" condition so that logs are only emitted from the rate limiter* rename response condition for clarity1 parent3ad7b96 commit452480d
1 file changed
+11
-4
lines changedLines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
139 | 145 |
| |
140 | 146 |
| |
141 | 147 |
| |
| |||
262 | 268 |
| |
263 | 269 |
| |
264 | 270 |
| |
265 |
| - | |
266 |
| - | |
267 |
| - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
268 | 275 |
| |
269 | 276 |
| |
270 | 277 |
| |
| |||
361 | 368 |
| |
362 | 369 |
| |
363 | 370 |
| |
364 |
| - | |
| 371 | + | |
365 | 372 |
| |
366 | 373 |
| |
367 | 374 |
| |
|
0 commit comments
Comments
(0)