-
-
Notifications
You must be signed in to change notification settings - Fork 698
Cannot disable VIPS_INFO logs via bimg integration #1685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @diegomontoya, The info output is disabled by default, I'm not sure why you're seeing it. Something must be enabling it. It gets printed if you have an environment variable called You can also enable it using the glib logging framework, so I suppose that's possible too. |
@jcupitt We can confirm there is no VIPS_INFO variable via |
That's very odd. If you can make a dockerfile that shows the problem I could have a look in a debugger. |
Oh, it could be an old glib. Apparently before 2.31 it could output debugging by default. You could check your glib version number and perhaps update. |
Is this CentOS 6? If so, #1876 might be relevant here. |
@kleisauke Yes this is Centos6 and exact same bug as #1876. I have since moved on to alpine linux with updated glib which does not have this issue. |
Duplicate of #1876. |
@spolanyev This is probably a question for the https://github.com/davidbyttow/govips repo. |
We are using bimg/golang library which is wrapper for libvips but we are getting tongs of
VIPS-INFO: reduceh: 9 point mask VIPS-INFO: reducev: 9 point mask
logs which we are unable to disable.Is there a way to disable this info? Thanks.
We are on Centos and build everything from scratch with default ./configure options with no overrides. Not sure why it is prettying INFO which I consider debug level input.
The text was updated successfully, but these errors were encountered: