We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797347c commit 66438f2Copy full SHA for 66438f2
app/backend/prepdocslib/htmlparser.py
@@ -38,7 +38,7 @@ async def parse(self, content: IO) -> AsyncGenerator[Page, None]:
38
Returns:
39
Page: The parsed html Page.
40
"""
41
- logger.info("Extracting text from '%s' using local HTML parser (BeautifulSoup)", content.name)
+ logger.debug("Extracting text from '%s' using local HTML parser (BeautifulSoup)", content.name)
42
43
data = content.read()
44
soup = BeautifulSoup(data, "html.parser")
0 commit comments