aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.exe.config (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Various logging fix ups.onefang1-8/+3
Mostly removing console spam. Default to INFO on the console and DEBUG in the log files. More time stamp resolution.
2019-05-19Move cache, config, logs out of tree, and various related clean ups.onefang1-2/+2
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-7/+11
2016-11-27Rejig the logging so that -David Walter Seikel1-8/+3
INFO on the console, DEBUG in the log files. Greater time resolution in the log files. Trying out the built in log roller.
2016-11-08Reduce default logging level to INFO.David Walter Seikel1-1/+1
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-3/+3
Log configs are still in the bin directory.
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+32
2010-10-01adding -logconfig to Robust.exeBlueWall1-1/+1
Adding -logconfig to Robust.exe. will still process the -logfile option, as before. No options given, the value "Robust.log" will be written in the ./bin directory
2010-04-22Renamed OpenSim.Server.exe to Robust.exe and corresponding .ini's and config.Diva Canto1-0/+0
2009-07-07Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker1-0/+0
2009-05-05Committing the user server executable skeletonMelanie Thielker1-1/+6
2008-02-12default to appending for log files per Mantis 530, and per Sean Dague1-1/+1
previous OpenSim behavior.
2008-02-07Missed the appender change on the previous log4net config file sync.Jeff Ames1-1/+1
2008-02-07Sync other log4net config files with region server config.Jeff Ames1-1/+1
2008-02-06Shortened console log messages.Jeff Ames1-2/+2
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.