From d597f8374f4eb3bc522053385d00393260af4855 Mon Sep 17 00:00:00 2001 From: ap Date: Fri, 6 Jan 2017 21:11:59 -0800 Subject: [PATCH] Disable the default log file --- src/stationchat/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stationchat/main.cpp b/src/stationchat/main.cpp index 62d8c40..0c147cf 100644 --- a/src/stationchat/main.cpp +++ b/src/stationchat/main.cpp @@ -1,7 +1,7 @@ #define ELPP_DISABLE_DEFAULT_CRASH_HANDLING 1 -#define ELPP_DEFAULT_LOG_FILE "logs/swgchat.log" +#define ELPP_NO_DEFAULT_LOG_FILE #include "easylogging++.h"