-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Z-build-analysisNightly: build-analysisNightly: build-analysis
Description
Problem
-Zbuild-analysis has become Cargo's structured logging system, though the current logging infrastructure is still not polished.
We may need log compression.
Proposed Solution
It is not necessary to have a built-in solution in Cargo. If ever have, we might want to
- Under
build-analysistable, we can have some config file enabling log rotation. - We also need to look at the available crates in the ecosystem for log infrastructure.
We should also look at external logging system, and see if there is a possible way for users to easily integrate Cargo with them, and make Cargo there so we don't need to invent the same thing again.
Notes
Part of #15844
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Z-build-analysisNightly: build-analysisNightly: build-analysis