You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2020/01/10 23:35:00 UTC

[jira] [Created] (PARQUET-1755) Module parquet-benchmarks Ships With slf4j-simple

David Mollitor created PARQUET-1755:
---------------------------------------

             Summary: Module parquet-benchmarks Ships With slf4j-simple
                 Key: PARQUET-1755
                 URL: https://issues.apache.org/jira/browse/PARQUET-1755
             Project: Parquet
          Issue Type: Improvement
            Reporter: David Mollitor
            Assignee: David Mollitor


The {{parquet-benchmarks}} module ships with the Log4J logger and the SLF4J "simple" logger.  Since this is a stand-alone application and needs Log4J, there is no reason to also use the "simple" logger.

{code:none}
### parquet-benchmarks

[1;34mINFO] Including org.slf4j:slf4j-simple:jar:1.7.22 in the shaded jar.
[1;34mINFO] Including org.slf4j:slf4j-api:jar:1.7.22 in the shaded jar.
[1;34mINFO] Including log4j:log4j:jar:1.2.17 in the shaded jar.
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)