Use html instead of HTML for logging

This commit is contained in:
Alexander Bock
2016-09-14 16:44:48 +02:00
parent 6df5f616bb
commit a02c5714c4

View File

@@ -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"
},