Commit 1bedbd6d authored by Matias Alvarez's avatar Matias Alvarez Committed by Elliot Forbes
Browse files

doc: Update the definition of a logging offense

parent 4d7ec8fb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ For the architectural decision and rationale, see

Offense
: A unique combination of file path, deprecated field, and logger class.
  Multiple log calls in the same file using the same deprecated field count as
  Multiple log calls in the same file using the same deprecated field or multiple
  log calls originating from the application context count as
  one offense.
  An offense exists until the deprecated field is entirely removed from the
  file.