|
|
@ -26,7 +26,7 @@ def configure_logging():
|
|
|
|
|
|
|
|
|
|
|
|
log_dir = os.getenv("LOG_DIR", os.getcwd())
|
|
|
|
log_dir = os.getenv("LOG_DIR", os.getcwd())
|
|
|
|
log_file_path = os.path.abspath(
|
|
|
|
log_file_path = os.path.abspath(
|
|
|
|
os.path.join(log_dir, "lightrag_compatible_demo.log")
|
|
|
|
os.path.join(log_dir, "./Logs/lightrag_compatible_demo.log")
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
print(f"\nLightRAG compatible demo log file: {log_file_path}\n")
|
|
|
|
print(f"\nLightRAG compatible demo log file: {log_file_path}\n")
|
|
|
|