[
https://issues.apache.org/jira/browse/AVRO-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17230695#comment-17230695
]
ASF subversion and git services commented on AVRO-2875:
-------------------------------------------------------
Commit b39848b75012efe6576aad7f1a013510e3baa9f0 in avro's branch
refs/heads/master from RyanSkraba
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=b39848b ]
AVRO-2875: Add logging to avro-tools (#925)
* AVRO-2875: Add logging to avro-tools
* Use slf4j-log4j12 instead of slf4j-simple
> avro-tools-1.10.0.jar missing slf4j binding
> -------------------------------------------
>
> Key: AVRO-2875
> URL: https://issues.apache.org/jira/browse/AVRO-2875
> Project: Apache Avro
> Issue Type: Bug
> Components: tools
> Affects Versions: 1.10.0
> Reporter: Dan Lipofsky
> Assignee: Ryan Skraba
> Priority: Minor
> Fix For: 1.10.1
>
>
> {{avro-tools-1.10.0.jar}} is missing a binding for {{slf4j}}.
> This is a regression because 1.9.2 looks good but 1.10.0 generates an error.
> The tool still works so this is minor, although I wonder if we won't miss
> useful log output under some conditions.
> {noformat}
> $ java -jar ../avro-tools-1.10.0.jar idl src/main/avro/foo.avdl
> /tmp/namespaces.avpr
> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
> details.
> $ java -jar ../avro-tools-1.9.2.jar idl src/main/avro/foo.avdl
> /tmp/namespaces.avpr
> $
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)