File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ the email address of the person who added the tombstone and the recipient addres
9292While code that is assumed to already be dead will _ probably_ not be hit frequently,
9393it's better to be safe than sorry, especially when paying for production log storage.
9494
95- To spamming logs and other side effects when a tombstone is hit in a loop or
95+ To reduce spamming logs and other side effects when a tombstone is hit in a loop or
9696at high-frequency, this handler will limit the number of tombstone hits that are logged to
9797one-per-request. More accurately -- important for non-HTTP contexts, like
9898queue workers and cron-jobs -- one-per-instantiation of the configured
@@ -103,7 +103,7 @@ handler class. The underlying array is a key/value pairing of the tombstone's
103103
104104This handler will trigger a PHP error when a tombstone is hit, allowing your
105105project's error handling system to log the tombstone hit as it would any other
106- PHP error. By default, the error level is ` E_USER_DEPRECATED ` , but the other two
106+ PHP error. By default, the error level is ` E_USER_DEPRECATED ` , but the other three
107107runtime user error levels (` E_USER_ERROR ` , ` E_USER_WARNING ` and ` E_USER_NOTICE ` )
108108are also supported.
109109
You can’t perform that action at this time.
0 commit comments