suppress screen output?
Asked by
Achim Schroll
on 2010-03-29
hi!
is it still possible to minimize or suppress screen output?
something like >> dolfin_set("output destination", "silent") << in previous versions?
best, achim
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- DOLFIN Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Achim Schroll
- Solved:
- 2010-03-29
- Last query:
- 2010-03-29
- Last reply:
- 2010-03-29
Anders Logg (logg) said : | #1 |
On Mon, Mar 29, 2010 at 12:35:52PM -0000, Achim Schroll wrote:
> New question #105895 on DOLFIN:
> https:/
>
> hi!
> is it still possible to minimize or suppress screen output?
> something like >> dolfin_set("output destination", "silent") << in previous versions?
> best, achim
You can do
logging(False)
--
Anders
thank you! A.
To post a message you must log in.