aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Services.exe.config (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-18Rename OpenSim.Server.exe to OpenSim.Services.exe and the correspondingMelanie Thielker1-0/+0
ini to OpenSim.Services.ini.example, which makes soooo much more sense. Thanks, Adam!
2009-05-18This commit changes the way the new server works. There is no longer a serverMelanie Thielker1-0/+0
exe for each function, rather each function is a connector and the server ini loads them. If you like your multiple processes, use -inifile with the server. Otherwise, you get one server process that serves all configured funcions, see example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names have changed!
2009-05-11Commit the asset server app configMelanie 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.