Skip to content

Commit

Permalink
application config is info
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 27, 2022
1 parent dd3beb3 commit a99ff1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

def create_app(settings: ApplicationSettings) -> FastAPI:

logger.debug("app settings: %s", settings.json(indent=1))
logger.info("app settings: %s", settings.json(indent=1))

app = FastAPI(
debug=settings.AUTOSCALING_DEBUG,
Expand Down

0 comments on commit a99ff1b

Please sign in to comment.