]
Jan Tymel moved WFLY-8692 to WFCORE-2755:
-----------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2755 (was: WFLY-8692)
Component/s: Security
(was: Security)
Elytron Audit Logging: rotating-file-audit-log's event timestamp
lacks information about seconds
------------------------------------------------------------------------------------------------
Key: WFCORE-2755
URL:
https://issues.jboss.org/browse/WFCORE-2755
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Jan Tymel
Priority: Blocker
The format of _rotating-file-audit-log's_ timestamp is insufficient. It lacks the
information about seconds which might be a problem in an environment with thousands of
active users.
Furthermore the format of timestamp is inconsistent with the _file-audit-log_.
_file-audit-log:_
{code}
2017-05-03 13:44:07
{code}
_rotating-file-audit-log:_
{code}
5/3/17 1:44 PM
{code}
Suggestions for improvement:
Use the same format of timestamp in_rotating-file-audit-log_ as is already used in
_file-audit-log_.