Skip to content

Commit 017d5c8

Browse files
Update start string of the SDK (#565)
1 parent c1fd578 commit 017d5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/restate-sdk/src/endpoint/node_endpoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class NodeEndpoint implements RestateEndpoint {
132132

133133
listen(port?: number): Promise<number> {
134134
const actualPort = port ?? parseInt(process.env.PORT ?? "9080");
135-
this.builder.rlog.info(`Listening on ${actualPort}...`);
135+
this.builder.rlog.info(`Restate SDK started listening on ${actualPort}...`);
136136

137137
const server = http2.createServer(this.http2Handler());
138138

0 commit comments

Comments
 (0)