forked from mirrors/pronouns.cc
fix: silence libvips
This commit is contained in:
parent
ed4882b817
commit
4123f957f0
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ var Command = &cli.Command{
|
|||
}
|
||||
|
||||
func run(c *cli.Context) error {
|
||||
// set vips log level to WARN, else it will spam logs on info level
|
||||
vips.LoggingSettings(nil, vips.LogLevelWarning)
|
||||
|
||||
vips.Startup(nil)
|
||||
defer vips.Shutdown()
|
||||
|
||||
|
|
Loading…
Reference in a new issue