Strategy for disposing LogManager.LogFactory

Related to questions about disposing.

Does ServiceStack take care of automatically disposing LogManager.LogFactory if it was assigned, say in the AppHost?

If not, is there a place this should be done, or is it advisable to put the instance of the ILogFactory in the container, and then it will be disposed?

It disposes the IOC container on AppHost Dispose() which disposes all IDisposables