Skip to content

Commit 384de8c

Browse files
committed
Remove conditional for retry log config
1 parent a8660ed commit 384de8c

File tree

1 file changed

+1
-1
lines changed
  • src/ghga_service_commons/transports

1 file changed

+1
-1
lines changed

src/ghga_service_commons/transports/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ def _configure_retry_handler(
168168
),
169169
stop=stop_strategy(config),
170170
wait=wait_strategy(config),
171-
after=stats_logger if config.log_retries else lambda _: None,
171+
after=stats_logger,
172172
)

0 commit comments

Comments
 (0)