Skip to content

Commit

Permalink
feat: log all green, as well
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Mar 4, 2024
1 parent 5d4b6a1 commit 5ab8216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvchecker/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def check_version_update(
url = r.url,
)
else:
logger.debug('up-to-date', name=r.name, version=r.version, url=r.url)
logger.info('up-to-date', name=r.name, version=r.version, url=r.url)

async def process_result(
oldvers: VersData,
Expand Down

0 comments on commit 5ab8216

Please sign in to comment.