* build/refactor: move lint/prettier packages to project root, install husky, add pre-commit hook
* refactor: reformat files
* build: put full eslintrc back with all rules
* feat: Create structured data logging system with Pino
This commit creates a new feature that enables structured data logging using the Pino logging library. The structured data logging feature allows for more granular and customizable logging, making it easier to analyze and debug issues in the application.
The changes made in this commit include:
- Adding support for structured data logging using the Pino API
- Adding support to redact sensible data from logging output using pino
redact.
- Pino integrate natively with fluentd, logstash, Docker Logging Drivers
and other JSON based system.
* Add pino package to project
* Logging-System: Add support for an array of regex to redact
* Logging-Systems: Add Redact Patterns and Pino Redact Paths + Boolean logics wasn't right.
Co-authored-by: Olivier Contant <ocontant@users.noreply.github.com>