Skip to content

Commit 4f00027

Browse files
committed
Do not log as error a webhook with an invalid branch name
1 parent df85fef commit 4f00027

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)