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

Logger: Consider logging locally-generated messages along with received ones #322

Open
solardiz opened this issue Feb 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@solardiz
Copy link
Contributor

Right now, the logger uses syslog(3) to log its own events, such as new or failing client connections. Maybe (or maybe not!) some of those should also be recorded along with received messages from the same client, yet somehow be clearly distinguished from them.

For example, what if a malformed message arrives from a client - should we communicate that event further, via our log reporting tool, or should it remain buried in system logs that are not read by the tool and are retained for a different period of time (probably not ideal)?

@solardiz solardiz added the enhancement New feature or request label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant