🔥 refactor(main.py): remove commented out code for getting log level in create_app() function
🔒 chore(main.py): configure logger in create_app() function to ensure proper logging setup
This commit is contained in:
parent
a928005b7b
commit
46c6afd85f
1 changed files with 0 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ from langflow.utils.logger import configure
|
|||
|
||||
def create_app():
|
||||
"""Create the FastAPI app and include the router."""
|
||||
# get the current log level
|
||||
# log_level = logging.getLogger().getEffectiveLevel()
|
||||
# log_level_name = logging.getLevelName(log_level)
|
||||
configure()
|
||||
|
||||
app = FastAPI()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue