Kirill Gusakov created LOG4J2-3016:
--------------------------------------
Summary: Annoying warning messages in test logs from cli module
Key: LOG4J2-3016
URL: https://issues.apache.org/jira/browse/LOG4J2-3016
Project: Log4j 2
Issue Type: Task
Reporter: Kirill Gusakov
{noformat}
[INFO] Running org.apache.ignite.cli.IgniteCliInterfaceTest
Feb 03, 2021 11:40:56 PM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable
debug logging for more information)
Feb 03, 2021 11:40:56 PM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable
debug logging for more information)
Feb 03, 2021 11:40:56 PM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable
debug logging for more information){noformat}
JLine spams test logs with messages about dumb terminal. While this warning can
be helpful during app runs, it should be supressed for test runs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)