-
When using How do I suppress these warnings? I am not quite sure on what level to try this (Image, Vix or libvips)...
The formatting is off also on my end, this is not caused by copying to Github. ;) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Setting the |
Beta Was this translation helpful? Give feedback.
-
As described by this issue, just setting Maybe @akash-akya has some ideas on how either |
Beta Was this translation helpful? Give feedback.
-
Opened a PR in Vix to address this -- akash-akya/vix#172 All logs are disabled by default. If needed user can enable them via application config. |
Beta Was this translation helpful? Give feedback.
-
Thanks very much Akash, that's awesome new. I'll close here and continue over at the PR. |
Beta Was this translation helpful? Give feedback.
Setting the
libvips
VIPS_WARNING environment variable works:export VIPS_WARNING=1 && mix test
or similar. The actual value for the variable seems to be irrelevant, the variable's presence is enough.