ACL\Login

Remove log per class flag set inside Login.
If per class logging is needed here, set that BEFORE and AFTER the class
call
This commit is contained in:
Clemens Schwaighofer
2023-07-21 19:03:24 +09:00
parent eba1ef9c59
commit 5f2668b011

View File

@@ -231,8 +231,6 @@ class Login
) {
// attach db class
$this->db = $db;
// log login data for this class only
$log->setLogFlag(\CoreLibs\Logging\Logger\Flag::per_class);
// attach logger
$this->log = $log;
// attach session class