forked from SonarOpenCommunity/sonar-cxx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lower the severity of CxxParseErrorLoggerVisitor from WARN to INFO
* I profiled our visitors (SonarOpenCommunity#1507) and came to the conclusion, that CxxParseErrorLoggerVisitor might require a terrible amount of time in order to analyze and to print out all the parsing errors * The ordinary user should not be interested in the parsing process. He/she has no influence on that. Such information is important if parsing affects some internal checks or metrics. If user decides to submit a bug report, the full debug trace will include the parsing errors. * In general I believe, that our trace is too verbose. So this change address this problem too.
- Loading branch information
1 parent
d948649
commit 5fdbbdb
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters