nextcloud / nextcloud/user_migration

Improve logging

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

Nobody has claimed this yet.

0. Needs triage enhancement
Dominant language
JavaScript
Stars
30
Forks
10
Avg merge
6h 5m
Merged PRs (30d)
12

Description

Use Psr\Log\LoggerInterface to log relevant messages as it may make sense to log non-fatal events, currently all messages are either written to the output or thrown as fatal exceptions

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 where messages are written to output and where fatal exceptions are raised, then trace the relevant migration entry points. Determine which non-fatal events should use Psr\Log\LoggerInterface; the work is done when those events are logged without being treated as fatal failures.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
observability
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.