tus / tus/tus-node-server

Introduce log levels

Open
#363 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1.1k
Forks
228
Avg merge
5m
Merged PRs (30d)
1

Description

Currently we use the debug package to log quite a few things. It would be a big improvement if we have a proper logger with log levels which can be configured as an option.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the current uses of the debug package and the option entry points in the TypeScript codebase. Define the required configurable log levels and verify that existing logging behavior is covered by tests; done means the server uses a configurable logger instead of the current logging approach.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, typescript
Domain
backend, observability-sre
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.