Skip to content

Commit 4068636

Browse files
test: add debug log in idle extension loop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 56d4b5b commit 4068636

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bottlecap/src/bin/bottlecap/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ async fn extension_loop_idle(
282282
match extension::next_event(client, &r.extension_id, &aws_config.runtime_api).await {
283283
Ok(_) => {
284284
debug!("Extension is idle, skipping next event");
285+
debug!("This is a test");
285286
}
286287
Err(e) => {
287288
error!("Error getting next event: {e:?}");

0 commit comments

Comments
 (0)