Skip to content

Commit

Permalink
minor: set vips logging to error from start
Browse files Browse the repository at this point in the history
  • Loading branch information
abenz1267 committed Dec 4, 2024
1 parent b011483 commit 7277ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.12-git
0.10.12
4 changes: 2 additions & 2 deletions cmd/walker.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ var version string
var now = time.Now().UnixMilli()

func main() {
vips.LoggingSettings(nil, vips.LogLevelError)

vips.Startup(nil)
defer vips.Shutdown()

vips.LoggingSettings(nil, vips.LogLevelError)

state := state.Get()

defer func() {
Expand Down

0 comments on commit 7277ccb

Please sign in to comment.