Write HTML log on default

This commit is contained in:
Alexander Bock
2015-05-07 22:29:59 +02:00
parent f5e6d8cf1c
commit a8d97089e5

View File

@@ -31,7 +31,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 }
}
},
LuaDocumentationFile = {