diff options
author | onefang | 2020-09-08 21:17:45 +1000 |
---|---|---|
committer | onefang | 2020-09-08 21:17:45 +1000 |
commit | dcfd54b7608093d509cd045a152a4cde7317f66f (patch) | |
tree | 593eb822c05a6d209707593732e7e0fac4984663 /bin | |
parent | Various database fixups. (diff) | |
download | opensim-SC-dcfd54b7608093d509cd045a152a4cde7317f66f.zip opensim-SC-dcfd54b7608093d509cd045a152a4cde7317f66f.tar.gz opensim-SC-dcfd54b7608093d509cd045a152a4cde7317f66f.tar.bz2 opensim-SC-dcfd54b7608093d509cd045a152a4cde7317f66f.tar.xz |
Move various paths out of the bin directory.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ConsoleClient.exe.config | 2 | ||||
-rwxr-xr-x | bin/OpenSim.exe.config | 5 | ||||
-rw-r--r-- | bin/OpenSim.ini.example | 4 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 19 | ||||
-rw-r--r-- | bin/Robust.Tests.dll.config | 2 | ||||
-rw-r--r-- | bin/Robust.exe.config | 5 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 2 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 2 |
8 files changed, 26 insertions, 15 deletions
diff --git a/bin/OpenSim.ConsoleClient.exe.config b/bin/OpenSim.ConsoleClient.exe.config index 3a50408..6542517 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="OpenSim.ConsoleClient.log" /> | 21 | <file value="../../logs/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 5be6989..690f808 100755 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -24,7 +24,8 @@ | |||
24 | 24 | ||
25 | <!-- If you want automatic log-rolling then use RollingFileAppender instead of FileAppender: | 25 | <!-- If you want automatic log-rolling then use RollingFileAppender instead of FileAppender: |
26 | <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"> | 26 | <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"> |
27 | <file value="log/OpenSim.log" /> | 27 | <threshold value="DEBUG" /> |
28 | <file value="../../logs/OpenSim.log" /> | ||
28 | <rollingStyle value="Date" /> | 29 | <rollingStyle value="Date" /> |
29 | <datePattern value="'.'yyyy-MM-dd"/> | 30 | <datePattern value="'.'yyyy-MM-dd"/> |
30 | ... | 31 | ... |
@@ -44,7 +45,7 @@ | |||
44 | </appender> | 45 | </appender> |
45 | 46 | ||
46 | <appender name="StatsLogFileAppender" type="log4net.Appender.FileAppender"> | 47 | <appender name="StatsLogFileAppender" type="log4net.Appender.FileAppender"> |
47 | <file value="OpenSimStats.log"/> | 48 | <file value="../../logs/OpenSimStats.log"/> |
48 | <appendToFile value="true" /> | 49 | <appendToFile value="true" /> |
49 | <layout type="log4net.Layout.PatternLayout"> | 50 | <layout type="log4net.Layout.PatternLayout"> |
50 | <conversionPattern value="%date - %message%newline" /> | 51 | <conversionPattern value="%date - %message%newline" /> |
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 04a4f7d..6129640 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -988,7 +988,7 @@ | |||
988 | ;; co-op will be more stable but this option is currently experimental. | 988 | ;; co-op will be more stable but this option is currently experimental. |
989 | ;; If moving from co-op to abort, existing script DLLs will need to be recompiled. | 989 | ;; If moving from co-op to abort, existing script DLLs will need to be recompiled. |
990 | ;; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run | 990 | ;; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run |
991 | ;; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/ | 991 | ;; or by deleting the script DLL* files in ../../caches/ScriptEngines/<region-id>/ |
992 | ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile | 992 | ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile |
993 | ;; Current valid values are "abort" and "co-op" | 993 | ;; Current valid values are "abort" and "co-op" |
994 | ; ScriptStopStrategy = co-op | 994 | ; ScriptStopStrategy = co-op |
@@ -1049,7 +1049,7 @@ | |||
1049 | 1049 | ||
1050 | ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines | 1050 | ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines |
1051 | ;; Path to script engine assemblies | 1051 | ;; Path to script engine assemblies |
1052 | ;; Default is ./bin/ScriptEngines | 1052 | ;; Default is ../../caches/ScriptEngines |
1053 | ; ScriptEnginesPath = "ScriptEngines" | 1053 | ; ScriptEnginesPath = "ScriptEngines" |
1054 | 1054 | ||
1055 | [OSSL] | 1055 | [OSSL] |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 5d99110..2e680df 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1,6 +1,12 @@ | |||
1 | ; This file contains defaults for various settings in OpenSimulator. These can be overriden | 1 | ; This file contains defaults for various settings in OpenSimulator. These can be overriden |
2 | ; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini). | 2 | ; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini). |
3 | 3 | ||
4 | |||
5 | [Includes] | ||
6 | ; Define your server specific constants in this file. | ||
7 | Include-Common = ../../config/config.ini | ||
8 | |||
9 | |||
4 | [Startup] | 10 | [Startup] |
5 | ; Console prompt | 11 | ; Console prompt |
6 | ; Certain special characters can be used to customize the prompt | 12 | ; Certain special characters can be used to customize the prompt |
@@ -13,11 +19,11 @@ | |||
13 | ConsoleHistoryFileEnabled = true | 19 | ConsoleHistoryFileEnabled = true |
14 | 20 | ||
15 | ; Log file location. This can be set to a simple file path | 21 | ; Log file location. This can be set to a simple file path |
16 | ; LogFile = OpenSim.log | 22 | LogFile = "${Paths|LogPath}/OpenSim.log" |
17 | 23 | ||
18 | ; The history file can be just a filename (relative to OpenSim's bin/ directory | 24 | ; The history file can be just a filename (relative to OpenSim's bin/ directory |
19 | ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/) | 25 | ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/) |
20 | ConsoleHistoryFile = "OpenSimConsoleHistory.txt" | 26 | ConsoleHistoryFile = "${Paths|LogPath}/OpenSimConsoleHistory.txt" |
21 | 27 | ||
22 | ; How many lines of command history should we keep? (default is 100) | 28 | ; How many lines of command history should we keep? (default is 100) |
23 | ConsoleHistoryFileLines = 100 | 29 | ConsoleHistoryFileLines = 100 |
@@ -98,7 +104,7 @@ | |||
98 | 104 | ||
99 | ; Determines where the region XML files are stored if you are loading these from the filesystem. | 105 | ; Determines where the region XML files are stored if you are loading these from the filesystem. |
100 | ; Defaults to bin/Regions in your OpenSimulator installation directory | 106 | ; Defaults to bin/Regions in your OpenSimulator installation directory |
101 | ; regionload_regionsdir="C:\somewhere\xmlfiles\" | 107 | regionload_regionsdir="Regions" |
102 | 108 | ||
103 | ; Determines the page from which regions xml is retrieved if you are loading these from the web | 109 | ; Determines the page from which regions xml is retrieved if you are loading these from the web |
104 | ; The XML here has the same format as it does on the filesystem (including the <Root> tag), | 110 | ; The XML here has the same format as it does on the filesystem (including the <Root> tag), |
@@ -459,6 +465,9 @@ | |||
459 | ; Show NPCs as green world map dots | 465 | ; Show NPCs as green world map dots |
460 | ;ShowNPCs = true | 466 | ;ShowNPCs = true |
461 | 467 | ||
468 | ; where to store cached map tiles. | ||
469 | CacheDirectory = "${Paths|CachePath}/MapImageCache" | ||
470 | |||
462 | [Permissions] | 471 | [Permissions] |
463 | ; ## | 472 | ; ## |
464 | ; ## PERMISSIONS | 473 | ; ## PERMISSIONS |
@@ -1699,7 +1708,7 @@ | |||
1699 | default_snapshot_period = 1200 | 1708 | default_snapshot_period = 1200 |
1700 | 1709 | ||
1701 | ; This will be created in bin, if it doesn't exist already. It will hold the data snapshots. | 1710 | ; This will be created in bin, if it doesn't exist already. It will hold the data snapshots. |
1702 | snapshot_cache_directory = "DataSnapshot" | 1711 | snapshot_cache_directory = "${Paths|CachePath}/DataSnapshot" |
1703 | 1712 | ||
1704 | ; Uncomment if you want to index your data with this and/or other search providers. One entry per | 1713 | ; Uncomment if you want to index your data with this and/or other search providers. One entry per |
1705 | ; data service | 1714 | ; data service |
@@ -1927,7 +1936,7 @@ | |||
1927 | ; DisableUndergroundMovement = true | 1936 | ; DisableUndergroundMovement = true |
1928 | 1937 | ||
1929 | ;; Path to script assemblies | 1938 | ;; Path to script assemblies |
1930 | ; ScriptEnginesPath = "ScriptEngines" | 1939 | ; ScriptEnginesPath = "${Paths|CachePath}/ScriptEngines" |
1931 | 1940 | ||
1932 | 1941 | ||
1933 | [Concierge] | 1942 | [Concierge] |
diff --git a/bin/Robust.Tests.dll.config b/bin/Robust.Tests.dll.config index a4c43e7..cc0bead 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="Robust.Tests.log" /> | 25 | <file value="../../logs/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 3ad5f31..62ffcc6 100644 --- a/bin/Robust.exe.config +++ b/bin/Robust.exe.config | |||
@@ -22,7 +22,8 @@ | |||
22 | 22 | ||
23 | <!-- If you want automatic log-rolling then use RollingFileAppender instead of FileAppender: | 23 | <!-- If you want automatic log-rolling then use RollingFileAppender instead of FileAppender: |
24 | <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"> | 24 | <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"> |
25 | <file value="log/Robust.log" /> | 25 | <threshold value="DEBUG" /> |
26 | <file value="../../logs/Robust.log" /> | ||
26 | <rollingStyle value="Date" /> | 27 | <rollingStyle value="Date" /> |
27 | <datePattern value="'.'yyyy-MM-dd"/> | 28 | <datePattern value="'.'yyyy-MM-dd"/> |
28 | ... | 29 | ... |
@@ -41,7 +42,7 @@ | |||
41 | </appender> | 42 | </appender> |
42 | 43 | ||
43 | <appender name="StatsLogFileAppender" type="log4net.Appender.FileAppender"> | 44 | <appender name="StatsLogFileAppender" type="log4net.Appender.FileAppender"> |
44 | <file value="RobustStats.log"/> | 45 | <file value="../../logs/RobustStats.log"/> |
45 | <appendToFile value="true" /> | 46 | <appendToFile value="true" /> |
46 | <layout type="log4net.Layout.PatternLayout"> | 47 | <layout type="log4net.Layout.PatternLayout"> |
47 | <conversionPattern value="%date - %message%newline" /> | 48 | <conversionPattern value="%date - %message%newline" /> |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 46b4ded..3550ed9 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -6,7 +6,7 @@ | |||
6 | ; | 6 | ; |
7 | 7 | ||
8 | ; SQLite | 8 | ; SQLite |
9 | Include-Storage = "config-include/storage/SQLiteStandalone.ini"; | 9 | ; Include-Storage = "config-include/storage/SQLiteStandalone.ini"; |
10 | 10 | ||
11 | ; MySql | 11 | ; MySql |
12 | ; Uncomment these lines if you want to use mysql storage | 12 | ; Uncomment these lines if you want to use mysql storage |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index a4be88e9..906ab84 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -6,7 +6,7 @@ | |||
6 | ; | 6 | ; |
7 | 7 | ||
8 | ; SQLite | 8 | ; SQLite |
9 | Include-Storage = "config-include/storage/SQLiteStandalone.ini"; | 9 | ;Include-Storage = "config-include/storage/SQLiteStandalone.ini"; |
10 | 10 | ||
11 | ; MySql | 11 | ; MySql |
12 | ; Uncomment these lines if you want to use mysql storage | 12 | ; Uncomment these lines if you want to use mysql storage |