Fix for file server logging inconsistent, updates to Alfresco debug logging interface used by the file server code. ALF-4672.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22875 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2010-10-05 10:35:24 +00:00
parent 40e6c1e1d9
commit eb2e61a3f6
2 changed files with 36 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ import org.springframework.context.ApplicationContextAware;
import org.springframework.context.ApplicationEvent;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;
import org.springframework.extensions.config.element.GenericConfigElement;
/**
* Alfresco File Server Configuration Bean Class
@@ -407,7 +408,7 @@ public abstract class AbstractServerConfigurationBean extends ServerConfiguratio
DebugConfigSection debugConfig = new DebugConfigSection( this);
try
{
debugConfig.setDebug("org.alfresco.filesys.debug.FileServerDebugInterface", null);
debugConfig.setDebug("org.alfresco.filesys.debug.FileServerDebugInterface", new GenericConfigElement( "params"));
}
catch ( InvalidConfigurationException ex)
{