Skip to content

Commit cef5bc4

Browse files
authored
Merge pull request #4779 from rtfd/humitos/webhook/no-log
Do not log as error a webhook with an invalid branch name
2 parents a4291d1 + 4f00027 commit cef5bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/core/views/hooks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def bitbucket_build(request):
310310
return _build_url(search_url, projects, branches)
311311

312312
if not branches:
313-
log.error(
313+
log.info(
314314
'Commit/branch not found url=%s branches=%s',
315315
search_url,
316316
branches,

0 commit comments

Comments
 (0)