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

Replace winston/debug logger with Pino #28

Open
rajarju opened this issue Nov 24, 2020 · 1 comment
Open

Replace winston/debug logger with Pino #28

rajarju opened this issue Nov 24, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@rajarju
Copy link
Contributor

rajarju commented Nov 24, 2020

Pino

Pino is a lightweight logging library which is ideal for serverless logging.
It is a good candidate to replace winston-logger and debug providers

  • Pino streams logs in NDJSON (Line delimited JSON) to standard output
  • Pino core does not include transports, does not support in process transport
  • Pino core does not include custom formating, only logs in JSON
  • Pino API is similar/compatible with winston

Additional features

Pino plugins

Aio Core Logger Features

  • multiple logger types
  • write to file
  • custom formats
@rajarju rajarju added the enhancement New feature or request label Nov 24, 2020
@aiojbot
Copy link
Collaborator

aiojbot commented Nov 24, 2020

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-966

@shazron shazron changed the title [Draft] Replace winstron/debug logger with Pino [Draft] Replace winston/debug logger with Pino Dec 4, 2020
@shazron shazron changed the title [Draft] Replace winston/debug logger with Pino Replace winston/debug logger with Pino Feb 15, 2023
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

2 participants