Skip to content

Commit

Permalink
fix(log): use appropriate log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Telles authored and lincolnthree committed Nov 1, 2023
1 parent 92615f6 commit 776b61d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class DefaultXMLConfigurationProvider implements ConfigurationProvider
@Override
public PrettyConfig loadConfiguration(ServletContext servletContext)
{
log.info("loadConfiguration called...");
log.trace("loadConfiguration called...");
final PrettyConfigBuilder builder = new PrettyConfigBuilder();
PrettyConfigParser configParser = new DigesterPrettyConfigParser();
final InputStream is = servletContext.getResourceAsStream(DEFAULT_PRETTY_FACES_CONFIG);
Expand Down

0 comments on commit 776b61d

Please sign in to comment.