Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 16, 2024
1 parent 04f2d2f commit 227770e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# implement REST API using FastAPI

import os
import sys
import logging
from fastapi import FastAPI
Expand Down Expand Up @@ -33,6 +34,8 @@

# check env and use defaults if not present

logger.info(os.environ())

env = check_env_vars(logger=logger)

# add REST routes
Expand Down

0 comments on commit 227770e

Please sign in to comment.