mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-30 12:30:01 +00:00
cleanup logging
This commit is contained in:
parent
62957e80ca
commit
e4b8fa8cc7
4 changed files with 5 additions and 9 deletions
|
|
@ -33,7 +33,7 @@ class TransformationState(TypedDict):
|
|||
|
||||
async def content_process(state: SourceState) -> dict:
|
||||
content_state = state["content_state"]
|
||||
logger.debug("Content processing started for new content")
|
||||
logger.info("Content processing started for new content")
|
||||
processed_state = await content_graph.ainvoke(content_state)
|
||||
return {"content_state": processed_state}
|
||||
|
||||
|
|
@ -46,7 +46,6 @@ async def run_patterns(input_text: str, patterns: List[dict]) -> str:
|
|||
|
||||
|
||||
def save_source(state: SourceState) -> dict:
|
||||
logger.debug("Saving source")
|
||||
content_state = state["content_state"]
|
||||
|
||||
source = Source(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue