Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Changing log output for registry
Browse files Browse the repository at this point in the history
  • Loading branch information
effrafax committed Jan 9, 2021
1 parent b176e86 commit d5787c8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -711,7 +711,7 @@ public Registry getSection( String name )
}
catch ( ConfigurationException e )
{
logger.error( "Unable to retrieve builder for configuration {}", name );
logger.debug( "Unable to retrieve builder for configuration {}", name );
return null;
}
} else {
Expand Down

0 comments on commit d5787c8

Please sign in to comment.