2626 - log modularity: filterable logs using minimal log level per channel

🐛 logs are no more written twice.
This commit is contained in:
bruno DA SILVA
2019-12-17 12:33:34 +01:00
parent f31e32d7a9
commit 3f154fa765

View File

@@ -250,7 +250,6 @@ class FileLog
$sContext = var_export($aContext, true);
fwrite($hLogFile, "$sDate | $sText\n$sContext\n");
}
fwrite($hLogFile, "$sDate | $sText\n");
fflush($hLogFile);
flock($hLogFile, LOCK_UN);
fclose($hLogFile);