Skip to content

Commit

Permalink
Logging at debug level
Browse files Browse the repository at this point in the history
Signed-off-by: 0ssigeno <[email protected]>
  • Loading branch information
0ssigeno committed Sep 29, 2023
1 parent 4bbb24f commit 42a68b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certego_saas/ext/upload/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def to_json(self) -> Dict[str, Any]:
"count": self.count,
**self.kwargs,
}
logger.info(f"Json document: {res}")
logger.debug(f"Json document: {res}")
return res

def to_bulk(self) -> Dict[str, Any]:
Expand Down

0 comments on commit 42a68b2

Please sign in to comment.