Skip to content

Commit 0e4d6d1

Browse files
Update log type for ignored requests
Changed log type for ignored requests to avoid spamming, as there are many reasons a request might be ignored. Co-authored-by: Leandro Lucarella <[email protected]> Signed-off-by: daniel-zullo-frequenz <[email protected]>
1 parent 1d5176d commit 0e4d6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/actor/power_distributing/power_distributing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async def _run(self) -> None:
153153

154154
if req_id in self._processing_tasks:
155155
if pending_request := self._pending_requests.get(req_id):
156-
_logger.warning(
156+
_logger.debug(
157157
"Pending request: %s, overwritten with request: %s",
158158
pending_request,
159159
request,

0 commit comments

Comments
 (0)