Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-08-11 | Try something to help the tests complete. | Teravus Ovares (Dan Olivares) | 1 | -1/+10 | |
2009-03-06 | add back .config files for all tests in an attempt to debug why these | Sean Dague | 1 | -0/+24 | |
things crash so much. This will generate a lot more log messages on make test, even some scary looking exceptions. Don't worry, that's normal. | |||||
2008-10-30 | * Remove OpenSim.Data.SQLite.Tests.dll.config that probably accidentally ↵ | Justin Clarke Casey | 1 | -35/+0 | |
made it into the build * Not sure how to remove all those annoying XMLConfigurator errors though | |||||
2008-09-23 | commit the .config to see if that gets us over the bamboo hump | Sean Dague | 1 | -0/+0 | |
2008-04-08 | added NHibernate stanza to the config which reduces our verboseness | Sean Dague | 1 | -0/+7 | |
to reasonable levels | |||||
2008-02-12 | default to appending for log files per Mantis 530, and per | Sean Dague | 1 | -1/+1 | |
previous OpenSim behavior. | |||||
2008-02-06 | make a couple more changes to get us back very close to old color scheme | Sean Dague | 1 | -1/+1 | |
2008-02-06 | pass 1 on getting colors back to the console | Sean Dague | 1 | -2/+2 | |
2008-02-06 | Shortened console log messages. | Jeff Ames | 1 | -1/+1 | |
2008-02-06 | change the console logging format a little bit to look more like | Sean Dague | 1 | -2/+2 | |
it did before (still no colors) | |||||
2008-02-06 | Revert color console changes until a cross-platform method is found. | Jeff Ames | 1 | -19/+1 | |
2008-02-06 | Added colors back to console output. | Jeff Ames | 1 | -1/+19 | |
Fixed line duplication in console output. | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -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. |