aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/logging.cpp
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-02-17 18:07:46 -0300
committerBarichello <artur@barichello.me>2022-02-17 18:08:02 -0300
commitbd56ee0f4829d78f2477d51a3b672e67b518f90a (patch)
tree7a43802d17a42a519ba673edbad925c79ba3ea9d /NorthstarDedicatedTest/logging.cpp
parente72564b27cef35e991ae90ac868c5718fa3bd122 (diff)
downloadNorthstarLauncher-bd56ee0f4829d78f2477d51a3b672e67b518f90a.tar.gz
NorthstarLauncher-bd56ee0f4829d78f2477d51a3b672e67b518f90a.zip
Revert "Compress previous logs and dump files on launch (#73)"
This reverts commit 0faa9cfb3a9015ca723f012ca84609f602c7c03c.
Diffstat (limited to 'NorthstarDedicatedTest/logging.cpp')
-rw-r--r--NorthstarDedicatedTest/logging.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/logging.cpp b/NorthstarDedicatedTest/logging.cpp
index abedc035..ec46bedc 100644
--- a/NorthstarDedicatedTest/logging.cpp
+++ b/NorthstarDedicatedTest/logging.cpp
@@ -10,12 +10,10 @@
#include <Psapi.h>
#include <minidumpapiset.h>
#include "configurables.h"
-#include "logCompression.h"
// This needs to be called after hooks are loaded so we can access the command line args
void CreateLogFiles()
{
- CompressLogFiles();
if (strstr(GetCommandLineA(), "-disablelogs"))
{
spdlog::default_logger()->set_level(spdlog::level::off);