-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feature request - log Design/Flush-cache to Console #3540
Comments
I was wondering how to add some kind of current time indicator in the console, any ideas how to make that work in a non-intrusive way? I don't think adding a long time stamp to every line makes sense. Maybe some kind of indicator left or right at some dedicated lines that would reveal the time as tooltip? |
I'm still thinking about this. Purpose of time stamp in console:
So these want time-stamps, probably date-time-stamps (where/how TBD)
For consistency this should too, even though it is likely to have a time-stamp nearby in the log.
As an aside, file should be quoted & have full-stop at the end to be consistent with the the other messages, and all have a colon or all without. Sections of logs happen consecutively with no need for time discrimination,
Warnings & Errors probably don't need times?? So for standard log lines (I haven't gone looking for all possible entries),
As an aside, Suggestions
e.g.
|
BTW when I said But if you want to do times, I'm not against that. In addition to the above time discussion, |
show message in console when caches are flushed (fixes #3540)
When debugging, both my code & OpenSCAD issues, I regularly use Flush-cache to ensure a clean state.
It would be helpful when reviewing the history in the console to know when it was cleared.
Not urgent.
The text was updated successfully, but these errors were encountered: