-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
priority: lowIssues or pull requests with low priority that can be addressed after other tasksIssues or pull requests with low priority that can be addressed after other taskstype: featureIssues or pull requests related to new feature proposals or enhancementsIssues or pull requests related to new feature proposals or enhancements
Description
Problem
The new --decode-internal
option in forge makes existing tracer and logger features redundant, increasing maintenance and performance overhead.
Solution
Remove tracer and logger features and utilize the --decode-internal option in forge to simplify the codebase and reduce maintenance.
Alternatives
Keep tracer and logger while using the --decode-internal option together.
Enhance tracer and logger to match the functionality of --decode-internal.
Additional context
The --decode-internal
option in forge automates internal function calling decoding, streamlining debugging processes and rendering tracer and logger redundant.
Metadata
Metadata
Assignees
Labels
priority: lowIssues or pull requests with low priority that can be addressed after other tasksIssues or pull requests with low priority that can be addressed after other taskstype: featureIssues or pull requests related to new feature proposals or enhancementsIssues or pull requests related to new feature proposals or enhancements