We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380428e commit 6814aa3Copy full SHA for 6814aa3
Framework/PythonInterface/test/python/mantid/utils/loggingTest.py
@@ -51,7 +51,7 @@ def test_log_to_python(self):
51
py_logger.addHandler(handler)
52
53
with temporary_config():
54
- log_to_python(level="%t")
+ log_to_python(level="information", pattern="%t")
55
logger.information("[[info]]")
56
logger.warning("[[warning]]")
57
logger.error("[[error]]")
0 commit comments