diff options
author | onefang | 2019-07-28 00:41:45 +1000 |
---|---|---|
committer | onefang | 2019-07-28 00:41:45 +1000 |
commit | fc7408b36fa39931f25b89347a624578195e9a62 (patch) | |
tree | d40fd79044844d2d45c53f7391f61629750f923d | |
parent | apt-get -> apt. (diff) | |
download | opensim-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.
-rw-r--r-- | example/config/sim_skeleton/ThisSim.ini | 1 |
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] |