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

Research / Implement UDP/TCP Protocols for Logging to GCS #216

Open
miyatakazuya opened this issue Oct 29, 2024 · 0 comments
Open

Research / Implement UDP/TCP Protocols for Logging to GCS #216

miyatakazuya opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
feature New feature or request research

Comments

@miyatakazuya
Copy link
Contributor

Summary:
Implement level-setting to logging functionality to discriminate important and trivial logs.
Current HTTP Server would 'work' for developing communications functionality but a UDP/TCP route would prevent large chunks of log requests from flooding our server that may affect our current system. We should develop a TCP or UDP stream of raw characters to send and test their reliability.

Features Needed:

  • Revisit Logging Module (Add Log Level to differentiate logs that we actually need to send)
  • Test and Prototype UDP/TCP Protocol.
@miyatakazuya miyatakazuya added feature New feature or request research labels Oct 29, 2024
@miyatakazuya miyatakazuya self-assigned this Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request research
Projects
None yet
Development

No branches or pull requests

1 participant