prince-chrismc / user-management

An open-source application delivering a responsive user management experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging support for backend

prince-chrismc opened this issue · comments

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

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.