aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example
diff options
context:
space:
mode:
authoronefang2019-07-28 00:41:45 +1000
committeronefang2019-07-28 00:41:45 +1000
commitfc7408b36fa39931f25b89347a624578195e9a62 (patch)
treed40fd79044844d2d45c53f7391f61629750f923d /example
parentapt-get -> apt. (diff)
downloadopensim-SC_OLD-fc7408b36fa39931f25b89347a624578195e9a62.zip
opensim-SC_OLD-fc7408b36fa39931f25b89347a624578195e9a62.tar.gz
opensim-SC_OLD-fc7408b36fa39931f25b89347a624578195e9a62.tar.bz2
opensim-SC_OLD-fc7408b36fa39931f25b89347a624578195e9a62.tar.xz
Make the stats log file sim specific.
Diffstat (limited to 'example')
-rw-r--r--example/config/sim_skeleton/ThisSim.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/config/sim_skeleton/ThisSim.ini b/example/config/sim_skeleton/ThisSim.ini
index cbaa3eb..5c11ef0 100644
--- a/example/config/sim_skeleton/ThisSim.ini
+++ b/example/config/sim_skeleton/ThisSim.ini
@@ -4,6 +4,7 @@
4[Startup] 4[Startup]
5 PIDFile = "${Paths|CachePath}/sim${Const|mysim}.pid" 5 PIDFile = "${Paths|CachePath}/sim${Const|mysim}.pid"
6 LogFile = "${Paths|LogPath}/OpenSim_sim${Const|mysim}.log" 6 LogFile = "${Paths|LogPath}/OpenSim_sim${Const|mysim}.log"
7 StatsLogFile = "${Paths|LogPath}/OpenSimStats_sim${Const|mysim}.log"
7 ConsoleHistoryFile = "${Paths|LogPath}/OpenSimConsoleHistory_sim${Const|mysim}.txt" 8 ConsoleHistoryFile = "${Paths|LogPath}/OpenSimConsoleHistory_sim${Const|mysim}.txt"
8 9
9[Region] 10[Region]