Add LogFile option in OpenSimDefaults.ini. It was omitted accidentally
parent
4735514a88
commit
965f94e30f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue