You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're not using them for anything, and we're trying to reduce noise in
the logs by removing fields we don't need.
In addition, these fields duplicate information that's already in the
path, which is also logged. For example, a request to `/AppsArticle`
would have "apps" as the platform and "article" as the type.
Furthermore, an extra function call is needed to log them whenever a new
handler is created, whereas the path is logged automatically for every
request. This may be why they're currently logged inconsistently, with
both "app" and "apps" being used, and the platform sometimes not
included, although some of this could also be solved by changing the
types on `recordTypeAndPlatform`.
0 commit comments