Provider does not log anything unless Verbose=true
Author: geertjanvdkCreated Apr 28, 2026Updated Apr 28, 2026
I am setting the logger for the provider (either goose.Logger or slog.Logger), however nothing is logged. Using WithVerbose set to true, we do get entries.
Verbose is verbose though, and we get all statements. What I am after is the successfully migrated database with current_version=19. This should be logged regardless of Verbose?
Source: pressly/goose