Skip to content

Commit f86f13a

Browse files
committed
Log the terminated due inactivity as warning
1 parent 2f0e826 commit f86f13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ def finish_inactive_builds():
19531953
)
19541954
build.save()
19551955

1956-
log.info(
1956+
log.warning(
19571957
'Builds marked as "Terminated due inactivity". count=%s pks=%s',
19581958
len(stale_build_pks),
19591959
stale_build_pks,

0 commit comments

Comments
 (0)