Skip to content

Commit 781cdbb

Browse files
committed
fix(redirector): change bot user agent parsing from error to warning
1 parent 6e708fa commit 781cdbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blueprints/redirector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def redirect_url(short_code):
259259
url_data, short_code, schema_type, is_emoji, user_ip, start_time
260260
)
261261
except RedirectorError as exc:
262-
log.error(
262+
log.warning(
263263
"click_processing_failed",
264264
short_code=short_code,
265265
schema=schema_type,

0 commit comments

Comments
 (0)