changed log level of GetTypeForFactoryObject to WARN for factory object instantiation problems
This commit is contained in:
@@ -722,7 +722,7 @@ namespace Spring.Objects.Factory.Support
|
||||
catch (ObjectCreationException ex)
|
||||
{
|
||||
// Can only happen when getting a FactoryObject.
|
||||
log.Debug("Ignoring object creation exception on FactoryObject type check", ex);
|
||||
log.Warn("Ignoring object creation exception on FactoryObject type check", ex);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user