mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-20 20:40:26 -05:00
Move logs into ${LOGS} directory
This commit is contained in:
@@ -62,7 +62,7 @@ return {
|
||||
LogLevel = "Debug",
|
||||
ImmediateFlush = true,
|
||||
Logs = {
|
||||
{ Type = "html", File = "${BASE_PATH}/log.html", Append = false }
|
||||
{ Type = "html", File = "${LOGS}/log.html", Append = false }
|
||||
},
|
||||
CapabilitiesVerbosity = "Full"
|
||||
},
|
||||
@@ -71,7 +71,7 @@ return {
|
||||
},
|
||||
LuaDocumentation = "${DOCUMENTATION}/LuaScripting.html",
|
||||
PropertyDocumentation = "${DOCUMENTATION}/Properties.html",
|
||||
ScriptLog = "${BASE_PATH}/ScriptLog.txt",
|
||||
ScriptLog = "${LOGS}/ScriptLog.txt",
|
||||
KeyboardShortcuts = "${DOCUMENTATION}/KeyboardMapping.html",
|
||||
Documentation = "${DOCUMENTATION}/Documentation.html",
|
||||
FactoryDocumentation = "${DOCUMENTATION}/FactoryDocumentation.html",
|
||||
|
||||
Reference in New Issue
Block a user