Kirill Gusakov created IGNITE-14126: ---------------------------------------
Summary: Annoying warning messages in test logs from cli module Key: IGNITE-14126 URL: https://issues.apache.org/jira/browse/IGNITE-14126 Project: Ignite Issue Type: Task Reporter: Kirill Gusakov Assignee: 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 the dumb terminal. While this warning can be helpful during app runs, it should be suppressed for test runs. -- This message was sent by Atlassian Jira (v8.3.4#803005)