Skip to content
  • Michael Becker's avatar
    Rename AuditLogFinder to AuditEventFinder · 3c21042f
    Michael Becker authored
    This is another commit related to [issue 292667][0]
    
    We are deprecating "Audit Log" terminology in favor of "Audit
    Event" terminology as described in the linked issue
    
    This change renames a finder class used by other classes. There is
    good test coverage of this class, so this change should be
    low-to-moderately risky
    
    I have used the following regex to identify places in the code where
    the "Audit Log" terminology is used as opposed to "Audit
    Event" terminology:
    
    ```sh
     ag --ignore changelogs  \
        --ignore data \
        --ignore locale \
        --ignore "CHANGELOG*" \
        "[aA]udit[_-]?\s?[Ll]ogs?"
    ```
    
    [0]:#292667
    3c21042f