Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Flags for output control #25224
Flags for output control #25224
Comments
|
For folks that may be looking for this at a later point, it is possible to add timestamps via wrapping the output via a few different methods as detailed here: https://stackoverflow.com/a/25764579/11086171 Piping output through awk '{ print strftime("%c: "), $0; fflush(); }' before redirecting to your output log file should do you fine. For more formatting options refer to: https://strftime.org/ |
|
Updated feature request as timestamps can be addressed fairly easily externally, but there is currently a lack of log control with the program. |
Checklist
Description
The addition of some flags to control output for automated YTDL jobs would be appreciated. eg- Loglevel, timestamps, formatting, ect.