Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change log msg to debug
Browse files Browse the repository at this point in the history
Swiftyos committed Sep 24, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 6a74bce commit 856a891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt_platform/backend/backend/server/rest_api.py
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ def run_service(self):
if self._test_dependency_overrides:
app.dependency_overrides.update(self._test_dependency_overrides)

logger.info(
logger.debug(
f"FastAPI CORS allow origins: {Config().backend_cors_allow_origins}"
)

0 comments on commit 856a891

Please sign in to comment.