Skip to content
Snippets Groups Projects
Commit 2e7207d8 authored by Malte Christian Kögel's avatar Malte Christian Kögel
Browse files

Fixed duplicate debug logs, two files were created because for one log stream...

Fixed duplicate debug logs, two files were created because for one log stream the file restructuring had not been adopted
parent a851eb77
Branches
Tags
1 merge request!1Restructuring of logging functionality; implementation of position logging for components (not only actors)
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -36,7 +36,7 @@ void FSFLoggingUtils::SetupLoggingStreams()
//ParticipantLog, PositionLog are set up in Participant init function
ILogStream* SFErrorLog = UniLog.NewLogStream("SFErrorLog", "StudyFramework/Logs", "SFLog.txt", false);
ILogStream* SFErrorLog = UniLog.NewLogStream("SFErrorLog", "StudyFramework/DebuggingLogs", "SFLog.txt", false);
SFErrorLog->SetLogToDefaultLog(true);
SFErrorLog->SetPrefix(TEXT("Error: "));
SFErrorLog->SetLogOnScreenOnMaster(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment