diff --git a/src/lib/utils/log.cpp b/src/lib/utils/log.cpp index 2c021cdd..01effc08 100644 --- a/src/lib/utils/log.cpp +++ b/src/lib/utils/log.cpp @@ -91,7 +91,7 @@ bool setLogLevel(const char* level) bool setLogFile(const char* filename) { - FILE* newFile = fopen(filename, "w"); + FILE* newFile = fopen(filename, "a"); if (newFile == NULL) return false;