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

Make LogLevel a required solver option #663

Closed
ndinsmore opened this issue Feb 5, 2019 · 2 comments
Closed

Make LogLevel a required solver option #663

ndinsmore opened this issue Feb 5, 2019 · 2 comments

Comments

@ndinsmore
Copy link
Contributor

Across the Julia ecosystem LogLevel is fairly standard as the verbosity identifying option.

By making this part of the interface it would remove a lot of the difficulty in controlling the output to STDOUT.

@odow
Copy link
Member

odow commented Feb 5, 2019

We previously had two solver-independent parameters:
silent and time_limit
https://mathprogbasejl.readthedocs.io/en/latest/solverinterface.html?highlight=timelimit#setparameters!

See also #61

@blegat
Copy link
Member

blegat commented Feb 5, 2019

Across the Julia ecosystem LogLevel is fairly standard as the verbosity identifying option.

What are the packages sharing the LogLevel convention ? What would be the difference between LogLevel 1 and 2 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants