Skip to content

Commit 432ecf1

Browse files
Update packages/core/src/awsService/cloudWatchLogs/commands/tailLogGroup.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 104fb2c commit 432ecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/awsService/cloudWatchLogs/commands/tailLogGroup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async function handleSessionStream(
102102
//AbortSignal interrupts the LiveTail stream, causing error to be thrown here.
103103
//Can assume that stopLiveTailSession() has already been called - AbortSignal is only
104104
//exposed through that method.
105-
getLogger().info(`Session ${session.uri.toString()} stopped.`)
105+
getLogger().info(`Session stopped: ${session.uri.toString()}`)
106106
} else {
107107
//Unexpected exception.
108108
session.stopLiveTailSession()

0 commit comments

Comments
 (0)