Implement a logging system. #5
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sergiotarxz/Peertube-dl#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the default output is too verbose in some things and too opaque in others depending on debugging needs while writing.
A goal is to organize the output so:
perltube-dl logs only the needed information for the user in a standarized way between pages unless --verbose is passed.
pertube-dl-hypnotoad logs to syslog in the level of verbosity specified by the admin.
pertube-dl-web shows debug info by default if called by a user since it is the most common use case of that script.
Organize output.to Implement a logging system.