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

Logging support for backend #17

Closed
3 tasks done
prince-chrismc opened this issue Sep 7, 2020 · 1 comment · Fixed by #28
Closed
3 tasks done

Logging support for backend #17

prince-chrismc opened this issue Sep 7, 2020 · 1 comment · Fixed by #28
Assignees
Labels
back-end This issue or pull request pertains to the back-end component enhancement Issue that adds a new feature
Milestone

Comments

@prince-chrismc
Copy link
Owner

prince-chrismc commented Sep 7, 2020

if ever there are any issues it's currently not possible to know what when wrong. it would be ideal to use the host logging to keep trace of what is happening.

The logging needs to be configurable, console and syslog. The initial versions does not need to be cross-platform since this is namely for linux. Future consideration for logging when it's in a containerized deployment need to be considered.

  • restinio server
  • user router
  • user database
@prince-chrismc prince-chrismc added the enhancement Issue that adds a new feature label Sep 7, 2020
@prince-chrismc prince-chrismc added this to the 1.0.0-dev.1 milestone Sep 7, 2020
@prince-chrismc prince-chrismc added the back-end This issue or pull request pertains to the back-end component label Oct 16, 2020
@prince-chrismc prince-chrismc self-assigned this Nov 1, 2020
@prince-chrismc prince-chrismc linked a pull request Nov 29, 2020 that will close this issue
@prince-chrismc
Copy link
Owner Author

The future goal will be to have a sink for distributed logging

The spdlog API matches nicely with fluentd which has a ton of support behind it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end This issue or pull request pertains to the back-end component enhancement Issue that adds a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant