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

Structured logging and uploading logs #7

Open
Brutus5000 opened this issue Mar 9, 2025 · 0 comments
Open

Structured logging and uploading logs #7

Brutus5000 opened this issue Mar 9, 2025 · 0 comments

Comments

@Brutus5000
Copy link
Member

We need to improve the way we handle logging in the overall architecture.

  • User should no longer need to upload their logs manually. With given consent, the logs should be automatically uploaded when before application exits.
  • Logs should be structured JSON in order to be efficiently stored and indexed in e.g. Loki
  • There should be one log file per game stored on disk.
  • We need to give persistent log contexts throughout all logs, so it still can be searched cross-reference on the server, i.e. having the game id and the user id in every single log line.
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