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

Revisit logging level of some messages #193

Open
benoit74 opened this issue Apr 19, 2024 · 0 comments
Open

Revisit logging level of some messages #193

benoit74 opened this issue Apr 19, 2024 · 0 comments
Milestone

Comments

@benoit74
Copy link
Collaborator

Logging levels should be revisited because:

  • we always have whole logs of youtube-dl operations, even without --debug
  • we always have logs of download / upload operations on S3, even without --debug
  • when --debug is not set, we do not have details of the fatal exception catched at entrypoint level, meaning we have to start again the scraper while since it is fatal, we know we will probably need it anyway
  • when --debug is not set, we do not have details of all preparatory work done to fetch the list of videos from topic / playlist, while it might take a long time

Probably other stuff to fine tune as well (e.g. subtitles processing?)

@benoit74 benoit74 added this to the 3.1.0 milestone Apr 19, 2024
@benoit74 benoit74 modified the milestones: 3.1.0, 3.2.0 Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant