Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Python logging instead of print() #3

Merged
merged 6 commits into from
Apr 11, 2024
Merged

Use Python logging instead of print() #3

merged 6 commits into from
Apr 11, 2024

Conversation

eginhard
Copy link
Member

@eginhard eginhard commented Apr 5, 2024

Fixes coqui-ai#1691, fixes coqui-ai#2372, obsoletes coqui-ai#2754

Avoids polluting stdout in down-stream applications and allows for more fine-grained control over the output. Any remaining uses of print() should be only in tests, training recipes and scripts meant for interactive use.

@eginhard eginhard merged commit dfbe016 into dev Apr 11, 2024
37 checks passed
@eginhard eginhard deleted the logging branch April 11, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better Logging
2 participants