RingLogger.Autoclient.grep

You're seeing just the function grep, go back to RingLogger.Autoclient module for more information.
Link to this function

grep(regex_or_string, opts \\ [])

View Source

Specs

grep(String.t() | Regex.t(), [RingLogger.client_option()]) ::
  :ok | {:error, term()}

Run a regular expression on each entry in the log and print out the matchers.