You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm firing off some requests and I'm passing execute(..., logger: logger) with logger being configured to debug. Unfortunately, the only logs I can see are
2024-12-18T15:36:24+0000 debug mm : ahc-request-id=9 [AsyncHTTPClient] Request was queued (waiting for a connection to become available)
2024-12-18T15:36:24+0000 debug mm : ahc-request-id=1 [AsyncHTTPClient] Request was queued (waiting for a connection to become available)
2024-12-18T15:36:24+0000 debug mm : ahc-request-id=2 [AsyncHTTPClient] Request was queued (waiting for a connection to become available)
2024-12-18T15:36:24+0000 debug mm : ahc-request-id=8 [AsyncHTTPClient] Request was queued (waiting for a connection to become available)
2024-12-18T15:36:24+0000 debug mm : ahc-request-id=4 [AsyncHTTPClient] Request was queued (waiting for a connection to become available)
2024-12-18T15:36:24+0000 debug mm : ahc-request-id=10 [AsyncHTTPClient] Request was queued (waiting for a connection to become available)
2024-12-18T15:36:24+0000 debug mm : ahc-request-id=16 [AsyncHTTPClient] Request was queued (waiting for a connection to become available)
2024-12-18T15:36:24+0000 debug mm : ahc-request-id=5 [AsyncHTTPClient] Request was queued (waiting for a connection to become available)
2024-12-18T15:36:24+0000 debug mm : ahc-request-id=3 [AsyncHTTPClient] Request was queued (waiting for a connection to become available)
nothing ever gets logged until we're done. Pretty sure that AHC is losing the Logger somewhere.
The text was updated successfully, but these errors were encountered:
I'm firing off some requests and I'm passing
execute(..., logger: logger)
withlogger
being configured todebug
. Unfortunately, the only logs I can see arenothing ever gets logged until we're done. Pretty sure that AHC is losing the Logger somewhere.
The text was updated successfully, but these errors were encountered: