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
{{ message }}
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
Currently the IRequestLogger creates a post for every call to Log which is inefficient.
Instead queue the logs as they come in and process the sending to seq in batches.
Currently the IRequestLogger creates a post for every call to Log which is inefficient.
Instead queue the logs as they come in and process the sending to seq in batches.