Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an option to print evaluation trace #164

Open
anderseknert opened this issue Jan 17, 2023 · 0 comments
Open

Provide an option to print evaluation trace #164

anderseknert opened this issue Jan 17, 2023 · 0 comments

Comments

@anderseknert
Copy link
Collaborator

anderseknert commented Jan 17, 2023

While the current logging is good for extensive debugging or Jarl, it is way too noisy for it to be useful for debugging the IR. It would be cool if we could build a tracing logger that would output two "columns", where the first one contains lines of the commands being run, and the next column contained the current state worked on.

It would help if the left column got intented for each level of nesting, so that one can more easily discern where in the call chain the current position is.

While we could use the logging framework for this, the formatting of the messages should not contain anything but the data (i.e. no timestamps, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant