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

Default output should not be so verbose #61

Open
SichongP opened this issue May 25, 2021 · 1 comment
Open

Default output should not be so verbose #61

SichongP opened this issue May 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@SichongP
Copy link

By default the tool prints A LOT of unnecessary messages. When using -n, every thread reports the same logging messages repeatedly. Most of the warning messages like skipping alignment steps, references used, etc can and should only be printed once (if at all) since there is no reason for each thread to have different conditions.

Additionally, it should only report major progress + any program-crashing error messages. All other information can be printed to a log file instead of stdout, unless user specifically asks for it (with --verbose).

I know this problem can be easily avoided by redirecting but it can be a bit of a shock for any unsuspecting new users. I had my jupyter window completely frozen by the huge dump of output. Redirecting is also not ideal since you'd still want to alert users with some critical information.

I'd be happy to implement a logger and send a PR if this is desired.

@Magdoll
Copy link
Collaborator

Magdoll commented May 27, 2021

Hi @SichongP ,

Duly noted. If you want to implement a logger please go ahead and do a PR. It isn't super high on my priority list...
-Liz

@aarzalluz aarzalluz added the enhancement New feature or request label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants