model-checking / cbmc-viewer

CBMC Viewer scans the output of CBMC and produces a browsable summary of its findings, making it easy to root cause the issues it finds.
https://model-checking.github.io/cbmc-viewer/
Apache License 2.0
32 stars 11 forks source link

Lower 'no cbmc-viewer.json' logging from error to info #126

Closed markrtuttle closed 2 years ago

markrtuttle commented 2 years ago

Viewer currently logs an error if the configuration file cbmc-viewer.json is missing. Viewer does not depend on the configuration file, it is merely guided to better results by the configuration file. This change lowers the error message to an info message (that is not displayed without the --verbose or --debug flags).

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.