Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log client-errors on server #381

Open
ghsolomon opened this issue Aug 6, 2024 · 0 comments
Open

Log client-errors on server #381

ghsolomon opened this issue Aug 6, 2024 · 0 comments

Comments

@ghsolomon
Copy link
Contributor

ghsolomon commented Aug 6, 2024

TrackService logs submitted activities on the server in addition to persisting them in the DB; however, ClientErrorService does not.

For TrackService, we log to "$appLogName-track". Consider creating a new "$appLogName-client-error" logger for symmetry.

Whatever approach we take should be careful to avoid confusing reported client-side errors with errors that actually occur on the server-- both in terms of human readability and for external systems that may monitor and parse these logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant