1 Kommentar (1 Kommentar)2 Reaktionen (2 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)JavaScript10.695 Stars (10.695 Stars)983 Forks (983 Forks)batch import
CriticalFeatureHelp Wanted
Beschreibung
Migrated from https://github.com/restify/plugins/issues/74
Contributor Guide
- Tech Stack
- javascriptnodejsrest api
- Domain
- backendapiobservability
- Issue Type
- feature
- SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
- 3
- Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
- half day
- AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
- stale
- KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
- mostly clear
- Voraussetzungen
- Node.js basicsrestify framework knowledgeaudit logging concepts
- EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
- 60
- Research-Richtung
- The issue requests support for custom fields in the audit logger. Investigate the current audit logger implementation in the restify codebase, particularly the 'audit' plugin. Identify where log fields are defined and how they are serialized. Review any existing configuration options for the audit logger. The goal is to extend the plugin to accept a custom fields option that allows users to add additional fields to audit logs. Look at the related PR or comments for more context, and consider how to maintain backward compatibility.