Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-22 | Added the thread name to the logs | Oren Hurvitz | 1 | -1/+1 | |
This helps debug synchronization problems | |||||
2014-05-27 | Stop appending redundant newline to console messages in Robust and pCampbot ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
configs This is to fix an issue since recent commit fbcb763 where these are no longer removed automatically. OpenSim.*.config was already not appending these newlines | |||||
2014-03-26 | Revert "Use log-rolling on the log files (once per day)" | Oren Hurvitz | 1 | -2/+8 | |
This reverts commit 8ecab21b379d34f97ac966b13e1605024364142b. | |||||
2014-03-25 | Use log-rolling on the log files (once per day) | Oren Hurvitz | 1 | -1/+3 | |
Resolves http://opensimulator.org/mantis/view.php?id=6950 | |||||
2013-11-23 | Stop .NET 4 complaining on Windows when it tries to load in DLLs that ↵ | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
haven't been marked as trusted in the operating system. This is done by adding <loadFromRemoteSources enabled="true" /> to the execute *.config files. This tells .NET 4 to trust the DLLs, which is safe in our case since we are not loading DLLs from locations that untrusted users may specify Addresses http://opensimulator.org/mantis/view.php?id=6853 and http://opensimulator.org/mantis/view.php?id=6846 As far as I know, CAS policy checks have never been performed in Mono | |||||
2013-08-06 | Add the experimental ability to dump stats (result of command "show stats ↵ | Justin Clark-Casey (justincc) | 1 | -0/+21 | |
all") to file OpenSimStats.log every 5 seconds. This can currently only be activated with the console command "debug stats record start". Off by default. Records to file OpenSimStats.log for simulator and RobustStats.log for ROBUST | |||||
2010-10-01 | adding -logconfig to Robust.exe | BlueWall | 1 | -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-22 | Renamed OpenSim.Server.exe to Robust.exe and corresponding .ini's and config. | Diva Canto | 1 | -0/+0 | |
2009-07-07 | Committing the basic universal server Technology (B.U.S.T.) | Melanie Thielker | 1 | -0/+0 | |
2009-05-05 | Committing the user server executable skeleton | Melanie Thielker | 1 | -1/+6 | |
2008-02-12 | default to appending for log files per Mantis 530, and per | Sean Dague | 1 | -1/+1 | |
previous OpenSim behavior. | |||||
2008-02-07 | Missed the appender change on the previous log4net config file sync. | Jeff Ames | 1 | -1/+1 | |
2008-02-07 | Sync other log4net config files with region server config. | Jeff Ames | 1 | -1/+1 | |
2008-02-06 | Shortened console log messages. | Jeff Ames | 1 | -2/+2 | |
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. |