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
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.