Skip to content

Commit c4f1bf3

Browse files
committed
update
1 parent 2e18bf4 commit c4f1bf3

File tree

3 files changed

+1
-55
lines changed

3 files changed

+1
-55
lines changed

graphrag/callbacks/progress_workflow_callbacks.py

Lines changed: 0 additions & 53 deletions
This file was deleted.

graphrag/index/run/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def create_callback_chain(
4141
manager = WorkflowCallbacksManager()
4242
for callback in callbacks or []:
4343
manager.register(callback)
44-
# Progress workflow callbacks removed - using standard logging instead
4544
return manager
4645

4746

graphrag/logger/console_workflow_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, level: int = logging.NOTSET):
1717

1818
# Set up a formatter for console output
1919
formatter = logging.Formatter(
20-
"%(asctime)s - %(name)s - %(levelname)s - %(message)s"
20+
"%(asctime)s - %(levelname)s - %(name)s - %(message)s"
2121
)
2222
self.setFormatter(formatter)
2323

0 commit comments

Comments
 (0)