Add LogFile option in OpenSimDefaults.ini. It was omitted accidentally

This commit is contained in:
Melanie Thielker
2015-07-26 04:54:46 +02:00
parent 4735514a88
commit 965f94e30f

View File

@@ -12,6 +12,9 @@
; Console commands can be saved to a file, so the command history persists after a restart. (default is true)
ConsoleHistoryFileEnabled = true
; Log file location. This can be set to a simple file path
; LogFile = OpenSim.log
; The history file can be just a filename (relative to OpenSim's bin/ directory
; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/)
ConsoleHistoryFile = "OpenSimConsoleHistory.txt"