]
Jan Tymel reassigned WFLY-8692:
-------------------------------
Assignee: (was: Darran Lofthouse)
Elytron Audit Logging: rotating-file-audit-log's event timestamp
lacks information about seconds
------------------------------------------------------------------------------------------------
Key: WFLY-8692
URL:
https://issues.jboss.org/browse/WFLY-8692
Project: WildFly
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_.