mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Use html instead of HTML for logging
This commit is contained in:
@@ -36,7 +36,7 @@ return {
|
||||
LogLevel = "Debug",
|
||||
ImmediateFlush = true,
|
||||
Logs = {
|
||||
{ Type = "HTML", FileName = "${BASE_PATH}/log.html", Append = false }
|
||||
{ Type = "html", FileName = "${BASE_PATH}/log.html", Append = false }
|
||||
},
|
||||
CapabilitiesVerbosity = "Full"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user