File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def init_loggers(
5252) -> None :
5353 """Initialize logging handlers for graphrag based on configuration.
5454
55- This function merges the functionality of configure_logging and create_pipeline_logger
55+ This function merges the functionality of configure_logging() and create_pipeline_logger()
5656 to provide a unified way to set up logging for the graphrag package.
5757
5858 Parameters
@@ -65,10 +65,6 @@ def init_loggers(
6565 Whether to enable verbose (DEBUG) logging.
6666 log_file : Optional[Union[str, Path]], default=None
6767 Path to a specific log file. If provided, takes precedence over config.
68- log_format : str, default="%(asctime)s - %(levelname)s - %(name)s - %(message)s"
69- The format for log messages.
70- date_format : str, default="%Y-%m-%d %H:%M:%S"
71- The format for dates in the log messages.
7268 """
7369 # import BlobWorkflowLogger here to avoid circular imports
7470 from graphrag .logger .blob_workflow_logger import BlobWorkflowLogger
You can’t perform that action at this time.
0 commit comments