dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #22076
[Bug 736677] [NEW] log_level partly broken in Python
Public bug reported:
info with log_level is broken in Python. The following should print
"test" but prints nothing:
from dolfin import *
set_log_level(30)
info(30, "test")
** Affects: dolfin
Importance: Medium
Assignee: Johan Hake (johan-hake)
Status: Confirmed
--
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/736677
Title:
log_level partly broken in Python
Status in DOLFIN:
Confirmed
Bug description:
info with log_level is broken in Python. The following should print
"test" but prints nothing:
from dolfin import *
set_log_level(30)
info(30, "test")
Follow ups
References