aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie Thielker2015-07-26 04:54:46 +0200
committerMelanie Thielker2015-07-26 04:54:46 +0200
commit965f94e30ff46a3d2ba504e16f4d6ebdd59adb28 (patch)
tree5bfb6e156a38dc4778c0f3362c22939d314d95ff /bin
parentFixed not being charged to create classifeids on money enabled regions (diff)
downloadopensim-SC_OLD-965f94e30ff46a3d2ba504e16f4d6ebdd59adb28.zip
opensim-SC_OLD-965f94e30ff46a3d2ba504e16f4d6ebdd59adb28.tar.gz
opensim-SC_OLD-965f94e30ff46a3d2ba504e16f4d6ebdd59adb28.tar.bz2
opensim-SC_OLD-965f94e30ff46a3d2ba504e16f4d6ebdd59adb28.tar.xz
Add LogFile option in OpenSimDefaults.ini. It was omitted accidentally
Diffstat (limited to 'bin')
-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"