diff options
author | Robert Adams | 2014-06-13 21:27:07 -0700 |
---|---|---|
committer | Justin Clark-Casey | 2014-06-16 18:04:35 +0100 |
commit | 02980336a38c8288e40a7fefb05be87a443f6a45 (patch) | |
tree | 9915ebbacb59de8f1b4a9395aea0ab62bd9c5fa4 /bin | |
parent | Change release flavour to rc3 (diff) | |
download | opensim-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.ini | 4 |
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) |