downgrade noisy logs to debug (#4378)

This commit is contained in:
Shuchang Zheng
2026-01-01 21:15:29 -08:00
committed by GitHub
parent 974d7469be
commit 338fa9e1c8
3 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ def start_forge_app() -> ForgeApp:
raise RuntimeError(f"Missing configure_app function in {module}")
configure_app_fn(force_app_instance)
LOG.info(
LOG.debug(
"Additional modules loaded to set up api app",
modules=settings.ADDITIONAL_MODULES,
)