Skip to content
Snippets Groups Projects
Unverified Commit a551e524 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

bugfix: Do not flush logs after creating a session handler, we might not have...

bugfix: Do not flush logs after creating a session handler, we might not have a track ID and therefore the log will be trashed.
parent b37306e3
No related branches found
No related tags found
No related merge requests found
......@@ -477,7 +477,6 @@ class Logger
} elseif (!isset(self::$loggingHandler)) {
// Initialize logging
self::createLoggingHandler();
self::flush();
}
if (self::$captureLog) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment