Skip to content
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

#201 - Reduce log level for unknown dependencies to debug to reduce l… #300

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Expand Up @@ -549,7 +549,7 @@ public SortedProperties loadUnsafeMapping( LicenseMap licenseMap,
// there is some unknown dependencies in the missing file, remove them
for ( String id : unknownDependenciesId )
{
getLogger().warn(
getLogger().debug(
"dependency [" + id + "] does not exist in project, remove it from the missing file." );
unsafeMappings.remove( id );
}
Expand Down