aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorRobert Adams2014-06-13 21:27:07 -0700
committerJustin Clark-Casey2014-06-16 18:04:35 +0100
commit02980336a38c8288e40a7fefb05be87a443f6a45 (patch)
tree9915ebbacb59de8f1b4a9395aea0ab62bd9c5fa4 /bin
parentChange release flavour to rc3 (diff)
downloadopensim-SC_OLD-02980336a38c8288e40a7fefb05be87a443f6a45.zip
opensim-SC_OLD-02980336a38c8288e40a7fefb05be87a443f6a45.tar.gz
opensim-SC_OLD-02980336a38c8288e40a7fefb05be87a443f6a45.tar.bz2
opensim-SC_OLD-02980336a38c8288e40a7fefb05be87a443f6a45.tar.xz
Add [Startup]LogShowStatsSeconds=n parameter which controls the interval
that simulator statistics is output to the console. Setting to zero turns stats logging off.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 7f6d0e6..2ee052b 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -269,6 +269,10 @@
269 ; PreJump is an additional animation state, but it probably 269 ; PreJump is an additional animation state, but it probably
270 ; won't look right until the physics engine supports it 270 ; won't look right until the physics engine supports it
271 ; (i.e delays takeoff for a moment) 271 ; (i.e delays takeoff for a moment)
272
273 ; Simulator statistics are output to the console periodically at debug level INFO.
274 ; Setting this to zero disables this output.
275 ; LogShowStatsSeconds = 3600
272 276
273 ; Simulator Stats URI 277 ; Simulator Stats URI
274 ; Enable JSON simulator data by setting a URI name (case sensitive) 278 ; Enable JSON simulator data by setting a URI name (case sensitive)