Skip to content

Commit

Permalink
added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jul 16, 2024
1 parent 1d88808 commit 2ae785d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pepdbagent/modules/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1367,3 +1367,4 @@ def clean_history(self, days: int = 90) -> None:
)
)
session.commit()
_LOGGER.info("History was cleaned successfully!")

0 comments on commit 2ae785d

Please sign in to comment.