mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
More useful "auth_logging_format" setting
This commit is contained in:
parent
0035505659
commit
9cfb6a9452
5 changed files with 26 additions and 10 deletions
|
|
@ -1077,9 +1077,13 @@ class Actions
|
|||
$this->oLoggerAuth->AddForbiddenType(\MailSo\Log\Enumerations\Type::TIME);
|
||||
$this->oLoggerAuth->AddForbiddenType(\MailSo\Log\Enumerations\Type::TIME_DELTA);
|
||||
|
||||
$this->oLoggerAuth->Add(
|
||||
\MailSo\Log\Drivers\File::NewInstance($sAuthLogFileFullPath)
|
||||
);
|
||||
$oDriver = \MailSo\Log\Drivers\File::NewInstance($sAuthLogFileFullPath);
|
||||
|
||||
$oDriver->DisableTimePrefix();
|
||||
$oDriver->DisableGuidPrefix();
|
||||
$oDriver->DisableTypedPrefix();
|
||||
|
||||
$this->oLoggerAuth->Add($oDriver);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue