nextcloud / nextcloud/user_migration
Improve logging
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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