Riza Suminto created IMPALA-13822:
-------------------------------------
Summary: impala_connection.py and conftest.py should share same
log format
Key: IMPALA-13822
URL: https://issues.apache.org/jira/browse/IMPALA-13822
Project: IMPALA
Issue Type: Improvement
Components: Infrastructure, Test
Reporter: Riza Suminto
Assignee: Riza Suminto
Currently, conftest.py use following log format:
{code:java}
LOG_FORMAT = "-- %(asctime)s %(levelname)-8s %(threadName)s: %(message)s" {code}
impala_connection.py use following format:
{code:java}
# All logging needs to be either executable SQL or a SQL comment (prefix with
--).
console_handler.setFormatter(logging.Formatter('%(message)s')) {code}
They have similar intention, but LOG_FORMAT at conftest.py has more detail and
should be preferred.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]