aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.exe.config (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-6/+0
* Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
2008-12-05Fixed crash (configsection has to be first XML root child element stupid ↵Tedd Hansen1-3/+3
Microsoft thing)
2008-12-05Garbage CollectorTedd Hansen1-0/+4
* Enabled GC server * Enabled concurrent collections
2008-04-08added NHibernate stanza to the config which reduces our verbosenessSean Dague1-0/+7
to reasonable levels
2008-02-12default to appending for log files per Mantis 530, and per Sean Dague1-1/+1
previous OpenSim behavior.
2008-02-06make a couple more changes to get us back very close to old color schemeSean Dague1-1/+1
2008-02-06pass 1 on getting colors back to the consoleSean Dague1-2/+2
2008-02-06Shortened console log messages.Jeff Ames1-1/+1
2008-02-06change the console logging format a little bit to look more likeSean Dague1-2/+2
it did before (still no colors)
2008-02-06Revert color console changes until a cross-platform method is found.Jeff Ames1-19/+1
2008-02-06Added colors back to console output.Jeff Ames1-1/+19
Fixed line duplication in console output.
2008-02-05Converted logging to use log4net.Jeff Ames1-0/+28
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.