Skip to content

Commit 6814aa3

Browse files
committed
Update loggingTest.py to use 'information' level in log_to_python
Signed-off-by: Jose Borreguero <borreguero@gmail.com>
1 parent 380428e commit 6814aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/PythonInterface/test/python/mantid/utils/loggingTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_log_to_python(self):
5151
py_logger.addHandler(handler)
5252

5353
with temporary_config():
54-
log_to_python(level="%t")
54+
log_to_python(level="information", pattern="%t")
5555
logger.information("[[info]]")
5656
logger.warning("[[warning]]")
5757
logger.error("[[error]]")

0 commit comments

Comments
 (0)