Skip to content

Commit

Permalink
Update packages/core/src/awsService/cloudWatchLogs/commands/tailLogGr…
Browse files Browse the repository at this point in the history
…oup.ts

Co-authored-by: Justin M. Keyes <[email protected]>
  • Loading branch information
keeganirby and justinmk3 authored Nov 8, 2024
1 parent 104fb2c commit 432ecf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async function handleSessionStream(
//AbortSignal interrupts the LiveTail stream, causing error to be thrown here.
//Can assume that stopLiveTailSession() has already been called - AbortSignal is only
//exposed through that method.
getLogger().info(`Session ${session.uri.toString()} stopped.`)
getLogger().info(`Session stopped: ${session.uri.toString()}`)
} else {
//Unexpected exception.
session.stopLiveTailSession()
Expand Down

0 comments on commit 432ecf1

Please sign in to comment.