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

Verbosity 'creating output directory' #166

Closed
ddibiasi opened this issue Sep 30, 2024 · 0 comments · Fixed by #167
Closed

Verbosity 'creating output directory' #166

ddibiasi opened this issue Sep 30, 2024 · 0 comments · Fixed by #167

Comments

@ddibiasi
Copy link
Contributor

ddibiasi commented Sep 30, 2024

This log message is always printed, even if verbosity is set to 0. When dealing with a lot of archives, this will lead to a lot of unnecessary log lines.

We decompress many archives in parallel, which results in the following output:

INFO patool: ... creating output directory `/tmp/ForkPoolWorker-2/2024-09-29_14-04-09'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-9/2024-09-29_13-34-03'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-12/2024-09-29_08-40-57'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-8/2024-09-29_15-59-12'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-1/2024-09-29_20-01-39'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-6/2024-09-29_16-30-01'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-10/2024-09-29_10-43-32'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-7/2024-09-29_18-31-39'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-11/2024-09-29_19-31-39'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-2/2024-09-29_09-42-16'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-8/2024-09-29_18-01-11'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-1/2024-09-29_17-30-11'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-5/2024-09-29_14-09-18'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-6/2024-09-29_09-11-34'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-10/2024-09-29_10-12-35'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-11/2024-09-29_15-28-47'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-7/2024-09-29_11-14-34'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-2/2024-09-29_19-01-39'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-8/2024-09-29_17-00-09'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-12/2024-09-29_18-48-25'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-1/2024-09-29_18-17-47'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-10/2024-09-29_19-50-05'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-9/2024-09-29_21-51-36'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-8/2024-09-29_20-50-58'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-6/2024-09-29_21-21-25'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-7/2024-09-29_09-23-33'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-12/2024-09-29_09-54-06'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-3/2024-09-29_08-25-38'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-2/2024-09-29_10-25-06'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-9/2024-09-29_22-21-37'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-8/2024-09-29_19-19-25'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-10/2024-09-29_12-15-38'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-12/2024-09-29_20-20-25'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-11/2024-09-29_14-19-19'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-5/2024-09-29_13-05-44'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-6/2024-09-29_18-07-30'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-9/2024-09-29_10-56-06'.
INFO patool: ... creating output directory `/tmp/ForkPoolWorker-2/2024-09-29_13-44-14'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant