Skip to content

Commit

Permalink
fix(log): move cached providers to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Aug 5, 2024
1 parent 3064036 commit 6ac1988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/providers/providers_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def get_all_providers() -> list[Provider]:
logger = logging.getLogger(__name__)
# use the cache if exists
if ProvidersFactory._loaded_providers_cache:
logger.info("Using cached providers")
logger.debug("Using cached providers")
return ProvidersFactory._loaded_providers_cache

logger.info("Loading providers")
Expand Down

0 comments on commit 6ac1988

Please sign in to comment.