Don't flush log immediately

This commit is contained in:
Erik Broberg
2016-09-03 18:09:55 -04:00
parent 697afc4959
commit 16b79759b9
+1 -1
View File
@@ -34,7 +34,7 @@ return {
},
Logging = {
LogLevel = "Debug",
ImmediateFlush = true,
ImmediateFlush = false,
Logs = {
{ Type = "HTML", FileName = "${BASE_PATH}/log.html", Append = false }
},