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

Feature/improve logging #6

Merged
merged 3 commits into from
Jan 22, 2025
Merged

Feature/improve logging #6

merged 3 commits into from
Jan 22, 2025

Conversation

nmenezes0
Copy link
Contributor

Use a timestamp to make it look more "log-like" as per discussion on Slack. Also renamed the file so it doesn't have the same name as a Python package.

Before:

Running batch and run with batch size 10000
Running topic refinement on 4 responses
Running batch and run with batch size 10000
Running theme mapping on 5 responses using 4 themes

After:

2025-01-21 15:29:26,547 INFO: Running theme condensation on 4 topics
2025-01-21 15:29:26,549 INFO: Running batch and run with batch size 10000
2025-01-21 15:29:28,678 INFO: Running topic refinement on 4 responses
2025-01-21 15:29:28,678 INFO: Running batch and run with batch size 10000
2025-01-21 15:29:30,182 INFO: Running theme mapping on 5 responses using 4 themes
2025-01-21 15:29:30,183 INFO: Running batch and run with batch size 20

@nmenezes0 nmenezes0 force-pushed the feature/improve_logging branch from 4eded17 to b2c1763 Compare January 22, 2025 09:01
@nmenezes0 nmenezes0 merged commit 0a0aa50 into main Jan 22, 2025
2 checks passed
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.

2 participants