diff options
author | Justin Clark-Casey (justincc) | 2011-07-30 01:05:30 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-30 01:05:30 +0100 |
commit | 835352aee99ac8c8f940ea0343069ce74c0963ec (patch) | |
tree | 497e7b83863199d13dd701626e7c0ba251e760eb /bin/OpenSimDefaults.ini | |
parent | Temporary code to change bad AvatarHeight values in the AvatarService to the ... (diff) | |
download | opensim-SC_OLD-835352aee99ac8c8f940ea0343069ce74c0963ec.zip opensim-SC_OLD-835352aee99ac8c8f940ea0343069ce74c0963ec.tar.gz opensim-SC_OLD-835352aee99ac8c8f940ea0343069ce74c0963ec.tar.bz2 opensim-SC_OLD-835352aee99ac8c8f940ea0343069ce74c0963ec.tar.xz |
Make it clearer what the save_crashes setting in [Startup] actually does.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index b689f88..59088c4 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -5,6 +5,9 @@ | |||
5 | [Startup] | 5 | [Startup] |
6 | ; Set this to true if you want to log crashes to disk | 6 | ; Set this to true if you want to log crashes to disk |
7 | ; this can be useful when submitting bug reports. | 7 | ; this can be useful when submitting bug reports. |
8 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit | ||
9 | ; It will not log crashes caused by virtual machine failures, which includes mono and ODE failures. | ||
10 | ; You will need to capture these native stack traces by recording the session log itself. | ||
8 | save_crashes = false | 11 | save_crashes = false |
9 | 12 | ||
10 | ; Directory to save crashes to if above is enabled | 13 | ; Directory to save crashes to if above is enabled |