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

Less verbose output #2

Closed
Lp0lp opened this issue Oct 23, 2023 · 3 comments
Closed

Less verbose output #2

Lp0lp opened this issue Oct 23, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Lp0lp
Copy link

Lp0lp commented Oct 23, 2023

Heyo! Perhaps I missed it, but an option to have a more silent/less verbose output would be great. Maybe keep the detailed output details in the log file only?

@MikkelDA
Copy link
Owner

The only ways to reduce verboseness right now is by using either:
quiet = True # Removes all terminal prints
or
extra = False # Removes the composition tables that are printed for membranes and solvents

I am currently working on a more rigid verboseness setting which will likely be implemented this week along with some other changes.

@MikkelDA MikkelDA self-assigned this Oct 25, 2023
@MikkelDA MikkelDA added the enhancement New feature or request label Oct 25, 2023
@MikkelDA
Copy link
Owner

The newest version has a "verbose" command such that it can be controlled a bit more easily.
Simply use: "verbose = number" where the number can be between 0 and 6, with 6 giving the most verbose printout and 0 the least verbose. The verboseness does not affect what is written to the .log file.

@Lp0lp
Copy link
Author

Lp0lp commented Oct 31, 2023

Good stuff! I'll give it a spin!

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

2 participants