Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 19, 2020
  3. Feb 06, 2020
  4. Sep 13, 2019
  5. Sep 04, 2019
  6. Jul 11, 2019
  7. Oct 18, 2018
    • Stan Hu's avatar
      Add support for JSON logging for audit events · 143d0e26
      Stan Hu authored
      This will add audit_json.log that writes one line per audit event. For
      example:
      
      {
             "severity":"INFO",
             "time":"2018-10-17T17:38:22.523Z",
             "author_id":3,
             "entity_id":2,
             "entity_type":"Project",
             "change":"visibility",
             "from":"Private",
             "to":"Public",
             "author_name":"John Doe4",
             "target_id":2,
             "target_type":"Project",
             "target_details":"namespace2/project2"
      }
      143d0e26
  8. Jul 16, 2018
  9. May 10, 2017
  10. Jul 06, 2016
  11. Jul 06, 2015
Loading