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

Refactor validation and operation logging #121

Open
ydahhrk opened this issue Apr 21, 2024 · 0 comments
Open

Refactor validation and operation logging #121

ydahhrk opened this issue Apr 21, 2024 · 0 comments

Comments

@ydahhrk
Copy link
Member

ydahhrk commented Apr 21, 2024

The code currently hardcodes the type (validation vs operation) of each log. It's a lousy solution, because some code runs in both contexts, which might result in logging being dumped in the wrong output.

Instead, the logging subsystem should probably decide log type based on whether it's being called from a validation thread or not.

Also, I'm fantasizing about moving validation messages into a prettier, optional report. Likely Fort 2.0 material.

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

No branches or pull requests

1 participant