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/OpenSim.ini.example | |
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/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e3b127f..5da80c0 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -39,6 +39,9 @@ | |||
39 | ;# {save_crashes} {} {Save crashes to disk?} {true false} false | 39 | ;# {save_crashes} {} {Save crashes to disk?} {true false} false |
40 | ;; Set this to true if you want to log crashes to disk | 40 | ;; Set this to true if you want to log crashes to disk |
41 | ;; this can be useful when submitting bug reports. | 41 | ;; this can be useful when submitting bug reports. |
42 | ;; However, this will only log crashes within OpenSimulator that cause the entire program to exit | ||
43 | ;; It will not log crashes caused by virtual machine failures, which includes mono and ODE failures. | ||
44 | ;; You will need to capture these native stack traces by recording the session log itself. | ||
42 | ; save_crashes = false | 45 | ; save_crashes = false |
43 | 46 | ||
44 | ;# {crash_dir} {save_crashes:true} {Directory to save crashes to?} {} crashes | 47 | ;# {crash_dir} {save_crashes:true} {Directory to save crashes to?} {} crashes |