You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Florent Guillaume (JIRA)" <ji...@apache.org> on 2007/08/12 20:27:43 UTC

[jira] Created: (JCR-1057) Log at debug level rather that info in CacheManager

Log at debug level rather that info in CacheManager
---------------------------------------------------

                 Key: JCR-1057
                 URL: https://issues.apache.org/jira/browse/JCR-1057
             Project: Jackrabbit
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.3.1
            Reporter: Florent Guillaume
            Priority: Trivial


Please change org.apache.jackrabbit.core.state.CacheManager#resizeAll to log at DEBUG level rather that INFO.
15:50:01,058 INFO  [CacheManager] resizeAll size=8

--- jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/CacheManager.java    (revision 565102)
+++ jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/CacheManager.java    (working copy)
@@ -122,7 +122,7 @@
      * Re-calcualte the maximum memory for each cache, and set the new limits.
      */
     private void resizeAll() {
-        log.info("resizeAll size=" + caches.size());
+        log.debug("resizeAll size=" + caches.size());
         // get strong references
         // entries in a weak hash map may disappear any time
         // so can't use size() / keySet() directly



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


[jira] Resolved: (JCR-1057) Log at debug level rather that info in CacheManager

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller resolved JCR-1057.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Patch applied in revision 569380. Thanks!

> Log at debug level rather that info in CacheManager
> ---------------------------------------------------
>
>                 Key: JCR-1057
>                 URL: https://issues.apache.org/jira/browse/JCR-1057
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.3.1
>            Reporter: Florent Guillaume
>            Assignee: Thomas Mueller
>            Priority: Trivial
>             Fix For: 1.4
>
>
> Please change org.apache.jackrabbit.core.state.CacheManager#resizeAll to log at DEBUG level rather that INFO.
> 15:50:01,058 INFO  [CacheManager] resizeAll size=8
> --- jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/CacheManager.java    (revision 565102)
> +++ jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/CacheManager.java    (working copy)
> @@ -122,7 +122,7 @@
>       * Re-calcualte the maximum memory for each cache, and set the new limits.
>       */
>      private void resizeAll() {
> -        log.info("resizeAll size=" + caches.size());
> +        log.debug("resizeAll size=" + caches.size());
>          // get strong references
>          // entries in a weak hash map may disappear any time
>          // so can't use size() / keySet() directly

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


[jira] Assigned: (JCR-1057) Log at debug level rather that info in CacheManager

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller reassigned JCR-1057:
-----------------------------------

    Assignee: Thomas Mueller

> Log at debug level rather that info in CacheManager
> ---------------------------------------------------
>
>                 Key: JCR-1057
>                 URL: https://issues.apache.org/jira/browse/JCR-1057
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.3.1
>            Reporter: Florent Guillaume
>            Assignee: Thomas Mueller
>            Priority: Trivial
>             Fix For: 1.4
>
>
> Please change org.apache.jackrabbit.core.state.CacheManager#resizeAll to log at DEBUG level rather that INFO.
> 15:50:01,058 INFO  [CacheManager] resizeAll size=8
> --- jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/CacheManager.java    (revision 565102)
> +++ jackrabbit-core/src/main/java/org/apache/jackrabbit/core/state/CacheManager.java    (working copy)
> @@ -122,7 +122,7 @@
>       * Re-calcualte the maximum memory for each cache, and set the new limits.
>       */
>      private void resizeAll() {
> -        log.info("resizeAll size=" + caches.size());
> +        log.debug("resizeAll size=" + caches.size());
>          // get strong references
>          // entries in a weak hash map may disappear any time
>          // so can't use size() / keySet() directly

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