aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorBlueWall2012-01-09 18:19:55 -0500
committerBlueWall2012-01-09 18:19:55 -0500
commit707c8c6f2b7671c0a439a28921daeac8e7219639 (patch)
tree123f16ef388d49734b9ac9b6f709a3b1a68ffd03 /bin/OpenSim.ini.example
parentUse our TeleportFlags (diff)
downloadopensim-SC_OLD-707c8c6f2b7671c0a439a28921daeac8e7219639.zip
opensim-SC_OLD-707c8c6f2b7671c0a439a28921daeac8e7219639.tar.gz
opensim-SC_OLD-707c8c6f2b7671c0a439a28921daeac8e7219639.tar.bz2
opensim-SC_OLD-707c8c6f2b7671c0a439a28921daeac8e7219639.tar.xz
Add some run-time debugging support
Add configuration option - DEBUG to enable debugging methods. This is temporary for helping users testing teleport routing be able to report back the data with the test cases. We can remove when finished with this, or leave it if it proves to be useful. Users: set DEBUG = true in OpenSim.ini to get more information from teleport routing. The default is false. It presently prints the TeleportFlags value.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rwxr-xr-xbin/OpenSim.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index d4e61a5..01c64c5 100755
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -36,6 +36,12 @@
36 36
37 37
38[Startup] 38[Startup]
39
40 ;# {DEBUG} {} {Turn on debugging methods. Temporary for debugging teleport routing. We can remove it when that is done, or leave it if it would prove to be useful for other things.} {true false} false
41 ;; Turn on debugging methods where available.
42 ;; from the selected region_info_source.
43 ; DEBUG = false
44
39 ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) " 45 ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) "
40 ;; Console prompt 46 ;; Console prompt
41 ;; Certain special characters can be used to customize the prompt 47 ;; Certain special characters can be used to customize the prompt