mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Suppress non-actionable pdf indexing warning from logs
This commit is contained in:
@@ -20,6 +20,7 @@ from khoj.utils.helpers import in_debug_mode, is_env_var_true
|
||||
# Ignore non-actionable warnings
|
||||
warnings.filterwarnings("ignore", message=r"snapshot_download.py has been made private", category=FutureWarning)
|
||||
warnings.filterwarnings("ignore", message=r"legacy way to download files from the HF hub,", category=FutureWarning)
|
||||
warnings.filterwarnings("ignore", message=r"Warning: Empty content on page \d+ of document", category=UserWarning)
|
||||
|
||||
|
||||
import uvicorn
|
||||
|
||||
Reference in New Issue
Block a user