Skip to content

Commit 7a72def

Browse files
committed
cleanup docstring
1 parent 4a8c7bf commit 7a72def

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

graphrag/logger/standard_logging.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)