diff options
author | onefang | 2021-08-18 13:21:43 +1000 |
---|---|---|
committer | onefang | 2021-08-18 13:21:43 +1000 |
commit | 544e1c2983600ecd277577140840bea962362b2d (patch) | |
tree | 0433b8d01068c0398de1fd1a3b9539c0d37a27b5 /bin | |
parent | Sim stop tweaks. (diff) | |
download | opensim-SC-544e1c2983600ecd277577140840bea962362b2d.zip opensim-SC-544e1c2983600ecd277577140840bea962362b2d.tar.gz opensim-SC-544e1c2983600ecd277577140840bea962362b2d.tar.bz2 opensim-SC-544e1c2983600ecd277577140840bea962362b2d.tar.xz |
Move more stuff into the var directory.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ConsoleClient.exe.config | 2 | ||||
-rw-r--r-- | bin/OpenSim.exe.config | 4 | ||||
-rw-r--r-- | bin/Robust.Tests.dll.config | 2 | ||||
-rw-r--r-- | bin/Robust.exe.config | 4 | ||||
-rw-r--r-- | bin/Robust.ini | 2 | ||||
-rw-r--r-- | bin/config-include/config_DG.ini | 9 | ||||
-rw-r--r-- | bin/config-include/config_IG.ini | 9 | ||||
-rw-r--r-- | bin/config-include/config_MG.ini | 9 | ||||
-rw-r--r-- | bin/config-include/config_localhost.ini | 9 |
9 files changed, 27 insertions, 23 deletions
diff --git a/bin/OpenSim.ConsoleClient.exe.config b/bin/OpenSim.ConsoleClient.exe.config index 6542517..b117c3c 100644 --- a/bin/OpenSim.ConsoleClient.exe.config +++ b/bin/OpenSim.ConsoleClient.exe.config | |||
@@ -18,7 +18,7 @@ | |||
18 | </appender> | 18 | </appender> |
19 | 19 | ||
20 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> | 20 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> |
21 | <file value="../../logs/OpenSim.ConsoleClient.log" /> | 21 | <file value="../../var/log/OpenSim.ConsoleClient.log" /> |
22 | <appendToFile value="true" /> | 22 | <appendToFile value="true" /> |
23 | <layout type="log4net.Layout.PatternLayout"> | 23 | <layout type="log4net.Layout.PatternLayout"> |
24 | <conversionPattern value="%date %-5level - %logger %message%newline" /> | 24 | <conversionPattern value="%date %-5level - %logger %message%newline" /> |
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index ed250b3..1f2ef14 100644 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"> | 24 | <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"> |
25 | <threshold value="DEBUG" /> | 25 | <threshold value="DEBUG" /> |
26 | <file value="../../logs/OpenSim.log" /> | 26 | <file value="../../var/log/OpenSim.log" /> |
27 | <rollingStyle value="Date" /> | 27 | <rollingStyle value="Date" /> |
28 | <datePattern value="'.'yyyy-MM-dd"/> | 28 | <datePattern value="'.'yyyy-MM-dd"/> |
29 | <appendToFile value="true" /> | 29 | <appendToFile value="true" /> |
@@ -37,7 +37,7 @@ | |||
37 | </appender> | 37 | </appender> |
38 | 38 | ||
39 | <appender name="StatsLogFileAppender" type="log4net.Appender.FileAppender"> | 39 | <appender name="StatsLogFileAppender" type="log4net.Appender.FileAppender"> |
40 | <file value="../../logs/OpenSimStats.log"/> | 40 | <file value="../../var/log/OpenSimStats.log"/> |
41 | <appendToFile value="true" /> | 41 | <appendToFile value="true" /> |
42 | <layout type="log4net.Layout.PatternLayout"> | 42 | <layout type="log4net.Layout.PatternLayout"> |
43 | <conversionPattern value="%date - %message%newline" /> | 43 | <conversionPattern value="%date - %message%newline" /> |
diff --git a/bin/Robust.Tests.dll.config b/bin/Robust.Tests.dll.config index cc0bead..f327ee8 100644 --- a/bin/Robust.Tests.dll.config +++ b/bin/Robust.Tests.dll.config | |||
@@ -22,7 +22,7 @@ | |||
22 | </appender> | 22 | </appender> |
23 | 23 | ||
24 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> | 24 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> |
25 | <file value="../../logs/Robust.Tests.log" /> | 25 | <file value="../../var/log/Robust.Tests.log" /> |
26 | <appendToFile value="true" /> | 26 | <appendToFile value="true" /> |
27 | <filter type="log4net.Filter.LoggerMatchFilter"> | 27 | <filter type="log4net.Filter.LoggerMatchFilter"> |
28 | <loggerToMatch value="special"/> | 28 | <loggerToMatch value="special"/> |
diff --git a/bin/Robust.exe.config b/bin/Robust.exe.config index f5379ff..d3c835f 100644 --- a/bin/Robust.exe.config +++ b/bin/Robust.exe.config | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"> | 24 | <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"> |
25 | <threshold value="DEBUG" /> | 25 | <threshold value="DEBUG" /> |
26 | <file value="../../logs/Robust.log" /> | 26 | <file value="../../var/log/Robust.log" /> |
27 | <rollingStyle value="Date" /> | 27 | <rollingStyle value="Date" /> |
28 | <datePattern value="'.'yyyy-MM-dd"/> | 28 | <datePattern value="'.'yyyy-MM-dd"/> |
29 | <appendToFile value="true" /> | 29 | <appendToFile value="true" /> |
@@ -37,7 +37,7 @@ | |||
37 | </appender> | 37 | </appender> |
38 | 38 | ||
39 | <appender name="StatsLogFileAppender" type="log4net.Appender.FileAppender"> | 39 | <appender name="StatsLogFileAppender" type="log4net.Appender.FileAppender"> |
40 | <file value="../../logs/RobustStats.log"/> | 40 | <file value="../../var/log/RobustStats.log"/> |
41 | <appendToFile value="true" /> | 41 | <appendToFile value="true" /> |
42 | <layout type="log4net.Layout.PatternLayout"> | 42 | <layout type="log4net.Layout.PatternLayout"> |
43 | <conversionPattern value="%date - %message%newline" /> | 43 | <conversionPattern value="%date - %message%newline" /> |
diff --git a/bin/Robust.ini b/bin/Robust.ini index 34d996b..9c54de7 100644 --- a/bin/Robust.ini +++ b/bin/Robust.ini | |||
@@ -42,7 +42,7 @@ | |||
42 | [Startup] | 42 | [Startup] |
43 | ; Place to create a PID file | 43 | ; Place to create a PID file |
44 | ; If no path if specified then a PID file is not created. | 44 | ; If no path if specified then a PID file is not created. |
45 | PIDFile = "${Paths|CachePath}/ROBUST.pid" | 45 | PIDFile = "${Paths|PIDPath}/ROBUST.pid" |
46 | 46 | ||
47 | ; Plugin Registry Location | 47 | ; Plugin Registry Location |
48 | ; Set path to directory for plugin registry. Information | 48 | ; Set path to directory for plugin registry. Information |
diff --git a/bin/config-include/config_DG.ini b/bin/config-include/config_DG.ini index 59e54cd..27178c2 100644 --- a/bin/config-include/config_DG.ini +++ b/bin/config-include/config_DG.ini | |||
@@ -13,11 +13,12 @@ | |||
13 | 13 | ||
14 | [Paths] | 14 | [Paths] |
15 | AssetsPath = "../../AssetFiles" | 15 | AssetsPath = "../../AssetFiles" |
16 | BackupPath = "../../backups" | 16 | BackupPath = "../../var/backups" |
17 | CachePath = "../../caches" | 17 | CachePath = "../../var/cache" |
18 | ConfigPath = "../../config" | 18 | ConfigPath = "../../config" |
19 | DbPath = "../../db" | 19 | DbPath = "../../var/lib/db" |
20 | LogPath = "../../logs" | 20 | LogPath = "../../var/log" |
21 | PIDPath = "../../var/run" | ||
21 | WebPath = "../../web" | 22 | WebPath = "../../web" |
22 | 23 | ||
23 | [Const] | 24 | [Const] |
diff --git a/bin/config-include/config_IG.ini b/bin/config-include/config_IG.ini index d1f1e19..ce43cbd 100644 --- a/bin/config-include/config_IG.ini +++ b/bin/config-include/config_IG.ini | |||
@@ -13,11 +13,12 @@ | |||
13 | 13 | ||
14 | [Paths] | 14 | [Paths] |
15 | AssetsPath = "../../AssetFiles" | 15 | AssetsPath = "../../AssetFiles" |
16 | BackupPath = "../../backups" | 16 | BackupPath = "../../var/backups" |
17 | CachePath = "../../caches" | 17 | CachePath = "../../var/cache" |
18 | ConfigPath = "../../config" | 18 | ConfigPath = "../../config" |
19 | DbPath = "../../db" | 19 | DbPath = "../../var/lib/db" |
20 | LogPath = "../../logs" | 20 | LogPath = "../../var/log" |
21 | PIDPath = "../../var/run" | ||
21 | WebPath = "../../web" | 22 | WebPath = "../../web" |
22 | 23 | ||
23 | [Const] | 24 | [Const] |
diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini index be46dc2..59eb2f1 100644 --- a/bin/config-include/config_MG.ini +++ b/bin/config-include/config_MG.ini | |||
@@ -13,11 +13,12 @@ | |||
13 | 13 | ||
14 | [Paths] | 14 | [Paths] |
15 | AssetsPath = "../../AssetFiles" | 15 | AssetsPath = "../../AssetFiles" |
16 | BackupPath = "../../backups" | 16 | BackupPath = "../../var/backups" |
17 | CachePath = "../../caches" | 17 | CachePath = "../../var/cache" |
18 | ConfigPath = "../../config" | 18 | ConfigPath = "../../config" |
19 | DbPath = "../../db" | 19 | DbPath = "../../var/lib/db" |
20 | LogPath = "../../logs" | 20 | LogPath = "../../var/log" |
21 | PIDPath = "../../var/run" | ||
21 | WebPath = "../../web" | 22 | WebPath = "../../web" |
22 | 23 | ||
23 | [Const] | 24 | [Const] |
diff --git a/bin/config-include/config_localhost.ini b/bin/config-include/config_localhost.ini index 830f173..7abd30e 100644 --- a/bin/config-include/config_localhost.ini +++ b/bin/config-include/config_localhost.ini | |||
@@ -13,11 +13,12 @@ | |||
13 | 13 | ||
14 | [Paths] | 14 | [Paths] |
15 | AssetsPath = "../../AssetFiles" | 15 | AssetsPath = "../../AssetFiles" |
16 | BackupPath = "../../backups" | 16 | BackupPath = "../../var/backups" |
17 | CachePath = "../../caches" | 17 | CachePath = "../../var/cache" |
18 | ConfigPath = "../../config" | 18 | ConfigPath = "../../config" |
19 | DbPath = "../../db" | 19 | DbPath = "../../var/lib/db" |
20 | LogPath = "../../logs" | 20 | LogPath = "../../var/log" |
21 | PIDPath = "../../var/run" | ||
21 | WebPath = "../../web" | 22 | WebPath = "../../web" |
22 | 23 | ||
23 | [Const] | 24 | [Const] |