-
Notifications
You must be signed in to change notification settings - Fork 7
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
LDDTool: Cleanup output log messages to use consistent formatting and remove unnecessary messages #85
Comments
jshughes
added a commit
that referenced
this issue
Jun 27, 2020
jshughes
added a commit
that referenced
this issue
Jun 27, 2020
jshughes
added a commit
that referenced
this issue
Jul 11, 2020
… remove unnecessary messages - Phase 2 LDDTool: Cleanup output log messages to use consistent formatting and remove unnecessary messages. Phase 2, focused on including the LDD Parser error, warning and info messages. Also cloned code for combined LDD JSON file to LDDTool. Resolves #85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Current output includes a lot of messages that do not make sense to most users. These should either be refactored out entirely, or change to "debug" messages and add a debug flag to the command-line interface.
In addition, the formatting of messages varies. Consider cleaning this up so the output of log messages is consistent (and therefore more easily parseable)
Describe the solution you'd like
Remove the following from the log output:
From the top:
From the bottom:
Change the formatting of all
>>info
messages to reflect other INFO/ERROR formatThe text was updated successfully, but these errors were encountered: