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
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: