You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Rick Curtis (JIRA)" <ji...@apache.org> on 2010/01/18 23:26:54 UTC

[jira] Resolved: (OPENJPA-1470) PCEnhancer is overly verbose

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

Rick Curtis resolved OPENJPA-1470.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

> PCEnhancer is overly verbose
> ----------------------------
>
>                 Key: OPENJPA-1470
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1470
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: logging
>            Reporter: Rick Curtis
>            Assignee: Rick Curtis
>             Fix For: 2.0.0
>
>
> As an OpenJPA user I find that the PCEnhancer is sometimes overly verbose. I would like to know when problems or suspected problems are encountered, but I don't want to know when everything is working fine. There are two INFO messages that are particularly noisy. The first noisy message is logged every time enhancement starts on a given class [1] and the second message is logged when a classes is already enhanced [2].
> I'm going to change these two INFO messages to TRACE messages because end users don't care about them a large majority of the time. I didn't remove these messages entirely because someone supporting OpenJPA may still need the information.
> [1]  Enhancing type "{0}" loaded by {1}.
> [2]  Type "{0}" loaded by {1} is already persistence capable; skipping.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.