-
Notifications
You must be signed in to change notification settings - Fork 470
Rationalize Logging/Tracing #12904
Copy link
Copy link
Labels
feature-requestUser wanted featuresUser wanted features
Description
This feature is born out of working our private fork of dune. Experience has shown that tracing is quite important and our so called "logging" is otherwise redundant. I therefore propose the following way to unify them:
- Enable event tracing by default
- Remove the log file
- Add all log events to the trace
- Introduce a
dune trace --logcommand to filter out the so called log messages to reproduce (at least morally) what is currently our log file
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestUser wanted featuresUser wanted features