Skip to content
This repository has been archived by the owner on Feb 3, 2018. It is now read-only.

Implement meta-logging to capture changes at each solve step #5

Closed
sdboyer opened this issue Apr 2, 2016 · 2 comments
Closed

Implement meta-logging to capture changes at each solve step #5

sdboyer opened this issue Apr 2, 2016 · 2 comments
Milestone

Comments

@sdboyer
Copy link
Owner

sdboyer commented Apr 2, 2016

Tracking lots of individual log message outputs is useful (though still tricky) for development and debugging purposes, but it's mostly useless for end users. One approach to making the output more intelligible would be to create a summary of the state of the solver at each major step in the solve loop, and potentially computing some kind of delta between these states.

@sdboyer sdboyer added this to the MVP milestone Apr 14, 2016
@sdboyer
Copy link
Owner Author

sdboyer commented Apr 14, 2016

Actually...once again, pub provides a great guide. Verbose/trace solver logging should look like this.

MAYBE we have a version for debugging specifically...but if the trace is well done, it's probably unnecessary.

@sdboyer
Copy link
Owner Author

sdboyer commented May 4, 2016

Got the basics together, so calling this one good enough for MVP.

@sdboyer sdboyer closed this as completed May 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant