Skip to content

Commit

Permalink
chore: use debug logging for catalog init message
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Jun 30, 2023
1 parent 33940ee commit 4a8a563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public boolean syncIfNeeded() {
.filter(Predicate.not(File::exists))
.map(File::toPath)
.map(p -> {
output.info("Project plugin catalog has not been initialized. Initializing!");
output.debug("Project plugin catalog has not been initialized. Initializing!");
state.getPluginCatalogService().writeCatalog(new PluginCatalog().withCatalogLocation(p));
return true;
}).orElse(false);
Expand Down

0 comments on commit 4a8a563

Please sign in to comment.