mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 06:19:51 -05:00
Don't flush log immediately
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ return {
|
||||
},
|
||||
Logging = {
|
||||
LogLevel = "Debug",
|
||||
ImmediateFlush = true,
|
||||
ImmediateFlush = false,
|
||||
Logs = {
|
||||
{ Type = "HTML", FileName = "${BASE_PATH}/log.html", Append = false }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user