aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSimDefaults.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index c11a14b..c0c8134 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -12,6 +12,9 @@
12 ; Console commands can be saved to a file, so the command history persists after a restart. (default is true) 12 ; Console commands can be saved to a file, so the command history persists after a restart. (default is true)
13 ConsoleHistoryFileEnabled = true 13 ConsoleHistoryFileEnabled = true
14 14
15 ; Log file location. This can be set to a simple file path
16 ; LogFile = OpenSim.log
17
15 ; The history file can be just a filename (relative to OpenSim's bin/ directory 18 ; The history file can be just a filename (relative to OpenSim's bin/ directory
16 ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/) 19 ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/)
17 ConsoleHistoryFile = "OpenSimConsoleHistory.txt" 20 ConsoleHistoryFile = "OpenSimConsoleHistory.txt"