Skip to content

Commit

Permalink
Change log level from info to debug in create_new_project function
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Mar 8, 2024
1 parent 2130152 commit 50320a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/langflow/initial_setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def create_new_project(
project_icon,
project_icon_bg_color,
):
logger.info(f"Creating starter project {project_name}")
logger.debug(f"Creating starter project {project_name}")
new_project = FlowCreate(
name=project_name,
description=project_description,
Expand Down

0 comments on commit 50320a1

Please sign in to comment.