Skip to content

Commit

Permalink
Improving printout
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Sep 10, 2024
1 parent 14546e7 commit 24290fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ std::unique_ptr<grpc::Server> ${{ service_name_camel_case }}ServiceServerFactory
builder.RegisterService(service.get());
// Finally assemble the server.
std::unique_ptr<grpc::Server> server(builder.BuildAndStart());
velocitas::logger().info("Server listening on {}", serviceLocation);
velocitas::logger().info("Server ${{ package_id }}::${{ service_name }} listening on {}", serviceLocation);

return server;
}
Expand Down

0 comments on commit 24290fa

Please sign in to comment.