Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected void activate(ComponentContext ctxt) {

UserStoreManagerRegistry.init(ctxt.getBundleContext());

log.info("Carbon UserStoreMgtDSComponent activated successfully.");
log.debug("Carbon UserStoreMgtDSComponent activated successfully.");
} catch (Exception e) {
log.error("Failed to activate Carbon UserStoreMgtDSComponent ", e);
}
Expand Down