jazzband/pip-tools

Verbose output without final result when outputting to a file

Open

#1.987 geöffnet am 12. Sept. 2023

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (605 Forks)batch import
enhancementgood first issuelogging

Repository-Metriken

Stars
 (7.230 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1T 21h) (3 gemergte PRs in 30 T)

Beschreibung

What's the problem this feature will solve?

Having verbose output is nice so progress can be viewed, but when writing the result to a file, it's still output to the console

Describe the solution you'd like

Verbose output can be used without dumping all of the result to the console, when writing to a file

Alternative Solutions

Flag to turn on progress output

Contributor Guide