souzatharsis / podcastfy

An Open Source Python alternative to NotebookLM's podcast feature: Transforming Multimodal Content into Captivating Multilingual Audio Conversations with GenAI
https://www.podcastfy.ai
Apache License 2.0
1.13k stars 122 forks source link

use setup_logger in content_generator.py #186

Open druce opened 4 days ago

druce commented 4 days ago

Was having trouble with adding some logging in content_generator.py

I think it should use setup_logger to use same config.yaml settings as client.py, anyway not sure why they should be different.

Anyway after making the change I can add logger.debug statements in content_generator.py and they work as expected.