[ 
https://issues.apache.org/jira/browse/IMPALA-13822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Riza Suminto resolved IMPALA-13822.
-----------------------------------
    Fix Version/s: Impala 5.0.0
       Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: Impala 5.0.0
>
>
> 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]

Reply via email to