Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Implement proper logging #17

Open
iamkroot opened this issue Apr 4, 2020 · 0 comments
Open

Implement proper logging #17

iamkroot opened this issue Apr 4, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@iamkroot
Copy link
Owner

iamkroot commented Apr 4, 2020

Bug reports would be greatly simplified if there's a proper log file available to the user.

  • Probably add a --debug parameter (or --loglevel like ffmpeg), to enable logging debug info too.
  • More serious message levels, like anything above debug, should be printed to the screen in addition to being logged to file. Should be easy to implement using log handlers.

Useful links:

  1. https://docs.python.org/3/howto/logging.html
  2. https://docs.python.org/3/library/logging.html
@iamkroot iamkroot added enhancement New feature or request good first issue Good for newcomers labels Apr 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant