From fc7408b36fa39931f25b89347a624578195e9a62 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 28 Jul 2019 00:41:45 +1000 Subject: Make the stats log file sim specific. --- example/config/sim_skeleton/ThisSim.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'example') 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 @@ [Startup] PIDFile = "${Paths|CachePath}/sim${Const|mysim}.pid" LogFile = "${Paths|LogPath}/OpenSim_sim${Const|mysim}.log" + StatsLogFile = "${Paths|LogPath}/OpenSimStats_sim${Const|mysim}.log" ConsoleHistoryFile = "${Paths|LogPath}/OpenSimConsoleHistory_sim${Const|mysim}.txt" [Region] -- cgit v1.1