[ 
https://jira.duraspace.org/browse/DS-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stuart Lewis resolved DS-963.
-----------------------------

    Resolution: Fixed

Author: stuartlewis
Date: Sun Aug 14 01:07:02 2011
New Revision: 6547

Log:
[DS-963] DSpaceI18NTransformer.java logs too aggressively

Modified:
  
dspace/trunk/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/DSpaceI18NTransformer.java

Modified: 
dspace/trunk/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/DSpaceI18NTransformer.java
==============================================================================
--- 
dspace/trunk/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/DSpaceI18NTransformer.java
     (original)
+++ 
dspace/trunk/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/DSpaceI18NTransformer.java
     Sun Aug 14 01:07:02 2011
@@ -136,8 +136,8 @@
                        aspectLocation.setValue(aspectLocationPath);
                        catalogueConf.addChild(aspectLocation);
                        
-                       log.info("Adding i18n location path for 
'"+catalogueId+"' catalogue: "+baseLocationPath);
-                       log.info("Adding i18n location path for 
'"+catalogueId+"' catalogue: "+aspectLocationPath);
+                       log.debug("Adding i18n location path for 
'"+catalogueId+"' catalogue: "+baseLocationPath);
+                       log.debug("Adding i18n location path for 
'"+catalogueId+"' catalogue: "+aspectLocationPath);
                } // for each aspect
                        } // if catalogue has the aspect parameter
        } // for each catalogue
                
> DSpaceI18NTransformer.java logs too aggressively
> ------------------------------------------------
>
>                 Key: DS-963
>                 URL: https://jira.duraspace.org/browse/DS-963
>             Project: DSpace
>          Issue Type: Improvement
>          Components: XMLUI
>            Reporter: Stuart Lewis
>            Assignee: Stuart Lewis
>             Fix For: 1.8.0
>
>
> log.info("Adding i18n location path for '"+catalogueId+"' catalogue: 
> "+baseLocationPath);
> log.info("Adding i18n location path for '"+catalogueId+"' catalogue: 
> "+aspectLocationPath);
> These should be debug log entries, not info.  They fill up log files with no 
> immediately useful information.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.duraspace.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to