On IntelliJ, I typically enable the inspection to find hard coded strings in Java projects. However, it can generate lot of false positives due to hard coded strings present in logger statements.
Is there any way in IntelliJ to ignore logger statements from this inspection ?