Commit a2cc987
authored
fix: Only log any error that happens during log redirection (#866)
# Description
- Never raise an error on a log redirection problem.
(This was hidden by [a bug in impit, which is going to be fixed
soon](apify/impit#482) and it would lead to
similar issue observed in JS client
apify/apify-client-js#873)
- Use `~` on `impit` and pin to the latest version `0.12.0` . Zero
versioned releases can have breaking changes even in minor versions.
Bumping impit version to new minor version should be an intentional
action. (Expected release of impit `0.13.0` would break client without
this change)
# Issues
Closes: #8641 parent 3e21ff0 commit a2cc987
3 files changed
Lines changed: 15 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments