MeiliSearch/meilisearch-http
bors[bot] 712abf4c5f
Merge #246
246: Stop logging the no space left on device error r=curquiza a=irevoire

closes #208
@qdequele what do you think of that?
Are there any other errors we need to ignore?

As you can see in the code, once we are in `Sentry` the error has already been converted to a `String` so the only thing we can do to see if we need to send the error or not is to match the `String` against our error message. 
If we have a lot of other logs we want to ignore I would suggest prefixing all the logs with something like:
```
User error: No space left on device
```
So in Sentry, we could just check if the log start by `User error:` and ignore all these errors at once

Co-authored-by: Tamo <tamo@meilisearch.com>
2021-06-29 08:20:49 +00:00
..
src Merge #246 2021-06-29 08:20:49 +00:00
tests fmt 2021-06-24 16:36:22 +02:00
build.rs clippy, fmt & tests 2021-05-31 16:03:39 +02:00
Cargo.toml Merge #249 2021-06-28 15:25:11 +00:00