Skip to content

Commit

Permalink
Log the terminated due inactivity as warning
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Oct 6, 2021
1 parent 2f0e826 commit f86f13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/projects/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,7 @@ def finish_inactive_builds():
)
build.save()

log.info(
log.warning(
'Builds marked as "Terminated due inactivity". count=%s pks=%s',
len(stale_build_pks),
stale_build_pks,
Expand Down

0 comments on commit f86f13a

Please sign in to comment.