Skip to content

Commit e40d0e6

Browse files
committed
Fix(HA): no error logs in dev when it's alright
1 parent 2ab7a9e commit e40d0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def init_payment_tools(
152152
hyperion_error_logger: logging.Logger,
153153
) -> dict[HelloAssoConfigName, PaymentTool]:
154154
if settings.HELLOASSO_API_BASE is None:
155-
hyperion_error_logger.error(
155+
hyperion_error_logger.warning(
156156
"HelloAsso API base URL is not set in settings, payment won't be available",
157157
)
158158
return {}

0 commit comments

Comments
 (0)