enrich local logger (#2605)

This commit is contained in:
Shuchang Zheng
2025-06-05 07:01:46 -07:00
committed by GitHub
parent ee0302171e
commit 71bba769ef
5 changed files with 46 additions and 58 deletions

View File

@@ -8,7 +8,6 @@ __all__ = [
"tasks_app",
"docs_app",
"status_app",
"stop_app",
"init_app",
]
@@ -17,6 +16,5 @@ from .docs import docs_app
from .quickstart import quickstart_app
from .run_commands import run_app
from .status import status_app
from .stop_commands import stop_app
from .tasks import tasks_app
from .workflow import workflow_app