Skip to content

Commit

Permalink
Don't output db secret to logs (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 authored Jan 3, 2025
1 parent 4ec0892 commit 3af9065
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conda-store-server/conda_store_server/_internal/server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ def initialize(self, *args, **kwargs):
self.conda_store = CondaStore(parent=self, log=self.log)

self.conda_store.ensure_directories()
self.log.info(
f"Running conda-store with database: {self.conda_store.database_url}"
)
self.log.info(
f"Running conda-store with store directory: {self.conda_store.store_directory}"
)
Expand Down

0 comments on commit 3af9065

Please sign in to comment.