Skip to content

Commit

Permalink
change log msg to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Sep 24, 2024
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
Expand Up @@ -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}"
)

Expand Down

0 comments on commit 856a891

Please sign in to comment.