Commit 7eef01d
authored
Ignore output from cron execution (#26)
Some processing in the cron task occasionaly produce output that result
in an e-mail being sent.
On our fleet, it happens less than 1 time a day, and only contain 1 or
more of the following line:
```
libpng warning: iCCP: known incorrect sRGB profile
```
These warning are not actionable, so we can probably just ignore them.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments