← Back to issue list

Capture warnings and present them to developers.

View original Github issue

Metadata

Project
craft-cli
Number
#232
Type
issue
State
open
Author
lengau
Labels
Created
2024-02-07 22:02:40+00:00
Updated
2024-02-07 22:02:40+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

### What needs to get done Use [`logging.captureWarnings`](https://docs.python.org/3/library/logging.html#logging.captureWarnings) to capture warnings and present them in a developer-friendly manner. This should be done in a way that hides them from the user by default. ### Why it needs to get done Currently we don't capture warnings, so code that raises warnings that don't get ignored could cause weird output.

Evaluation history

No evaluation history available.