[
https://issues.apache.org/jira/browse/PIG-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564477#action_12564477
]
Johannes Zillmann commented on PIG-83:
--------------------------------------
I (as a user) would be not so enthusiastic about java.util logging.
Its much more harder to configure (put properties in the jre home or specify an
extra system property) and if you embed pig into your application a logging
abstraction like commons-logging avoids the maintenance and configuration of 2
logger implementaion.
So with commons-logging the user can use it logging framework of choice!
> logging abstraction
> -------------------
>
> Key: PIG-83
> URL: https://issues.apache.org/jira/browse/PIG-83
> Project: Pig
> Issue Type: Wish
> Reporter: Stefan Groschupf
> Attachments: log4j.properties, PIG-83-v01.patch
>
>
> Pig is logging quite a lot into System.out or System.err. Using a embedded
> pig in a production environment requires a logging abstraction like log4j,
> commons logging, slf4j or something like that.
> I would be happy to work on a patch if we decide what would be the best
> choice. Hadoop uses log4j.
> Thanks.
> Stefan
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.