mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-07 16:21:50 +00:00
commit
87b82746c4
@ -133,7 +133,7 @@ class LightRAG:
|
||||
convert_response_to_json_func: callable = convert_response_to_json
|
||||
|
||||
def __post_init__(self):
|
||||
log_file = os.path.join(self.working_dir, "lightrag.log")
|
||||
log_file = os.path.join("lightrag.log")
|
||||
set_logger(log_file)
|
||||
logger.setLevel(self.log_level)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user