On prodigy train: is supported wandb logger?

I had setup wandbai logger in the config.cfg file
the same config, works when train from spacy cli
when I tried to override a logger param, prodigy train returns error about the key is not available

is Prodigy reading the config logger section?
or is something I should adapt to prodigy?
Thanks

I think this questions is answered here:

In short: the prodigy train recipe overrides logger settings in the configs. But the link provides a reasonable fix if you really want to use the logger.