On 8 Nov 2019, at 13:52, David Shrum <dshr...@gmail.com> wrote:We are using Gerrit 2.14.7 and would like to keep an audit trail as new projects are created. For the newly created projects, we would also like to log who the projects are created by. One option is that stream-events provides the project-created event that includes the project name. Is there any other information available or information on who created the project?
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/db869ddd-1af6-4ecd-8844-af125690e69e%40googlegroups.com.
The audit configuration can be defined in the main gerrit.config in a specific section dedicated to the audit-sl4j plugin.
gerrit.audit-sl4j.format : Output format of the audit record. Can be set to either JSON or CSV. By default, CSV.
gerrit.audit-sl4j.logName : Write audit to a separate log name under Gerrit logs directory. By default, audit records are put into the error_log.
On 8 Nov 2019, at 13:52, David Shrum <dshr...@gmail.com> wrote:We are using Gerrit 2.14.7 and would like to keep an audit trail as new projects are created. For the newly created projects, we would also like to log who the projects are created by. One option is that stream-events provides the project-created event that includes the project name. Is there any other information available or information on who created the project?Why don't you use the audit plugin (see [1]) which is explicitly designed to capture and trace this type of information?HTHLuca.
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-d...@googlegroups.com.