diff options
author | Adam Frisby | 2008-12-09 03:06:26 +0000 |
---|---|---|
committer | Adam Frisby | 2008-12-09 03:06:26 +0000 |
commit | 888151833b1b08a6a8686d75a0385232b7fa90e9 (patch) | |
tree | 0507ca2ddf342242561193e027c876e6bcf5bc2d /bin | |
parent | Remove null checks on structs (diff) | |
download | opensim-SC_OLD-888151833b1b08a6a8686d75a0385232b7fa90e9.zip opensim-SC_OLD-888151833b1b08a6a8686d75a0385232b7fa90e9.tar.gz opensim-SC_OLD-888151833b1b08a6a8686d75a0385232b7fa90e9.tar.bz2 opensim-SC_OLD-888151833b1b08a6a8686d75a0385232b7fa90e9.tar.xz |
* Added primitive exception logging capabilities.
* Disabled by default (see OpenSim.ini.example for how to enable)
* Saves exceptions to a folder on disk (default "crashes") when enabled.
* These reports can then be uploaded or posted to help debug an error.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index eeb8f04..b3c7199 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1,4 +1,13 @@ | |||
1 | [Startup] | 1 | [Startup] |
2 | ; Set this to true if you want to log crashes to disk | ||
3 | ; this can be useful when submitting bug reports. | ||
4 | save_crashes = false | ||
5 | |||
6 | ; Directory to save crashes to if above is enabled | ||
7 | ; (eg default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt) | ||
8 | crash_dir = "crashes" | ||
9 | |||
10 | |||
2 | ; Set this to true if you are connecting your OpenSimulator regions to a grid | 11 | ; Set this to true if you are connecting your OpenSimulator regions to a grid |
3 | ; Set this to false if you are running OpenSimulator in standalone mode | 12 | ; Set this to false if you are running OpenSimulator in standalone mode |
4 | gridmode = false | 13 | gridmode = false |