Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth 2024-12-18 14:47:19 +00:00
commit c049955a87

View file

@ -84,7 +84,7 @@ func setupStore(ctx context.Context, c *cli.Command) (store.Store, error) {
Config: datasource, Config: datasource,
XORM: xorm, XORM: xorm,
} }
log.Trace().Msgf("setup datastore: %#v", *opts) log.Debug().Str("driver", driver).Any("xorm", xorm).Msg("setting up datastore")
store, err := datastore.NewEngine(opts) store, err := datastore.NewEngine(opts)
if err != nil { if err != nil {
return nil, fmt.Errorf("could not open datastore: %w", err) return nil, fmt.Errorf("could not open datastore: %w", err)