LibreChat/client
Dan Orlando 53ea3dd9fb
Feature/logging system with pino and sanitization (#214) (#227)
* 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>
2023-05-10 23:59:26 -04:00
..
public/assets build: install and configure Vite, move index.html 2023-04-01 12:58:49 -07:00
src fix browser refresh redirecting to /chat/new (#210) 2023-05-07 19:16:12 -04:00
.babelrc chore: reorganize client files for docker 2023-03-06 10:47:06 -05:00
.env.example feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
.eslintrc.js turn off no-debugger in eslintrc for debugginer purposes 2023-04-06 14:55:26 -07:00
.prettierrc chore: add prettier 2023-03-22 01:32:30 -04:00
defaultSystemMessage.md Update defaultSystemMessage.md 2023-04-04 13:35:34 -04:00
index.html build: install and configure Vite, move index.html 2023-04-01 12:58:49 -07:00
nginx.conf fix: update url rule in nginx 2023-03-29 16:11:43 +08:00
package-lock.json Feature/logging system with pino and sanitization (#214) (#227) 2023-05-10 23:59:26 -04:00
package.json Feature/logging system with pino and sanitization (#214) (#227) 2023-05-10 23:59:26 -04:00
postcss.config.cjs refactor: rename and fix postcss.config 2023-04-01 12:57:17 -07:00
tailwind.config.cjs feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
tsconfig.json Fix: fix javascript heap out of memory error from vite 2023-04-07 07:27:05 -07:00
vite.config.ts feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00