Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
(null) values for server_audit_file_path and server_audit_output_type make no sense: they are not needed to disable the logging, server_audit_logging takes care of that. (null) values only make configuration more complicated.
I suggest just to pick default values and set the variables to them, much like it's done for general log, slow log etc. I think server_audit_output_type=file would be more universal, and server_audit.log looks like a good candidate for the default log name.
bzr version-info
revision-id: holyfoot@askmonty.org-20130705160101-ni574i35exft3wn5 revno: 3825 branch-nick: 5.5-noga-hf
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
MDEV-4472 Auditing Plugin
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Fixed as proposed.
So no more 'null' value for the server_audit_output_type, and the file_path='server_audit.log' by default.