debugging for analyzing token

This commit is contained in:
2023-11-06 18:15:03 +01:00
parent c4317b7503
commit 5828a9a5a2
6 changed files with 23 additions and 5 deletions

View File

@ -326,7 +326,7 @@ func (c *Config) setupProvider(name string) error {
}
// Setup
err = p.Setup()
err = p.Setup(log)
if err != nil {
return err
}