{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":27729880,"defaultBranch":"master","name":"grpc","ownerLogin":"grpc","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-12-08T18:58:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7802525?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715852512.0","currentOid":""},"activityList":{"items":[{"before":"44e4bdc6168ce88abefdace2f17468d9b3116296","after":null,"ref":"refs/heads/test_633802448","pushedAt":"2024-05-16T09:41:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"c95886f65aca16b89dcafe11cd102928e8ef025c","after":"44e4bdc6168ce88abefdace2f17468d9b3116296","ref":"refs/heads/master","pushedAt":"2024-05-16T09:41:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\nPiperOrigin-RevId: 634277899","shortMessageHtmlLink":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log"}},{"before":"2e6963adc6003ec5530dfc20e64eea31828518df","after":"44e4bdc6168ce88abefdace2f17468d9b3116296","ref":"refs/heads/test_633802448","pushedAt":"2024-05-16T09:41:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\nPiperOrigin-RevId: 634277899","shortMessageHtmlLink":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log"}},{"before":"8971ce0ec5c7d87a1a3ce293eb6b8059146efedf","after":"b27b7af0537f23270e0841b6a5c3c3e324688265","ref":"refs/heads/test_633802447","pushedAt":"2024-05-16T09:19:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802447](http://cl/633802447)\n\nPiperOrigin-RevId: 633802447","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"c95886f65aca16b89dcafe11cd102928e8ef025c","after":null,"ref":"refs/heads/test_633802444","pushedAt":"2024-05-16T09:17:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"f088d2aa0be4c5b827dfdf8e63931909702bb342","after":"c95886f65aca16b89dcafe11cd102928e8ef025c","ref":"refs/heads/master","pushedAt":"2024-05-16T09:17:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\nPiperOrigin-RevId: 634272059","shortMessageHtmlLink":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log"}},{"before":"02cd92637db21fc9e6e1da0dbe6c1aea156ac129","after":"c95886f65aca16b89dcafe11cd102928e8ef025c","ref":"refs/heads/test_633802444","pushedAt":"2024-05-16T09:17:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\nPiperOrigin-RevId: 634272059","shortMessageHtmlLink":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log"}},{"before":"3e03600fbe5b1df081887ed96e7d3dd81f172d05","after":"7fee4bea6f32cd71694c3dbf7da4b2570e9c0d51","ref":"refs/heads/test_633802449","pushedAt":"2024-05-16T09:16:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802449](http://cl/633802449)\n\nPiperOrigin-RevId: 633802449","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"3f4ad0226efd5fe3a831d90d52b6dd5613d447f0","after":"06e7a9ed03570ae23b8863e32b9225f6f68d38ee","ref":"refs/heads/test_633802445","pushedAt":"2024-05-16T09:02:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802445](http://cl/633802445)\n\nPiperOrigin-RevId: 633802445","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"01ed78a15bf319c24f8e2c6db2596c76f3a855ae","after":"1a4e09122207c2ec37b44b2c9c8da78a7f8476b1","ref":"refs/heads/test_633802450","pushedAt":"2024-05-16T08:54:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802450](http://cl/633802450)\n\nPiperOrigin-RevId: 633802450","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"f088d2aa0be4c5b827dfdf8e63931909702bb342","after":null,"ref":"refs/heads/test_633802443","pushedAt":"2024-05-16T08:50:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"ed5893120e16e018e4e4efc029dd000c30443c42","after":"f088d2aa0be4c5b827dfdf8e63931909702bb342","ref":"refs/heads/master","pushedAt":"2024-05-16T08:50:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\nPiperOrigin-RevId: 634264627","shortMessageHtmlLink":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log"}},{"before":"c02a3e6125adcc28dcde1e0374e24be66cd863a6","after":"f088d2aa0be4c5b827dfdf8e63931909702bb342","ref":"refs/heads/test_633802443","pushedAt":"2024-05-16T08:50:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\nPiperOrigin-RevId: 634264627","shortMessageHtmlLink":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log"}},{"before":"7bad20e5f6ef18a9e7de032615b70cf476b92be8","after":"2e6963adc6003ec5530dfc20e64eea31828518df","ref":"refs/heads/test_633802448","pushedAt":"2024-05-16T07:38:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802448](http://cl/633802448)\n\nPiperOrigin-RevId: 633802448","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"3ca738907c9b8b1ff20951f9f9425e72f417722f","after":"ed5893120e16e018e4e4efc029dd000c30443c42","ref":"refs/heads/master","pushedAt":"2024-05-16T07:37:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608)\n\n[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\n\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\n\nReviewers need to check :\n\n1. If the above mapping is correct.\n2. The content of the log is as before.\n\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\nCloses #36608\n\nCOPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36608 from tanvi-jagtap:regex_test_core_misc e6b9481dac3db7ca4cda900eef6c44031680cb8b\nPiperOrigin-RevId: 634246311","shortMessageHtmlLink":"[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_…"}},{"before":"56f3cc0aa96241521f4e4f0a43aafc436179cca5","after":"333d6b070024185b2d99346f7d2a53ec4315b041","ref":"refs/heads/test_633802446","pushedAt":"2024-05-16T07:37:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802446](http://cl/633802446)\n\nPiperOrigin-RevId: 633802446","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"f894ea845c6b3d3f98a0b934252839d96cb3a231","after":"56f3cc0aa96241521f4e4f0a43aafc436179cca5","ref":"refs/heads/test_633802446","pushedAt":"2024-05-16T07:36:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802446](http://cl/633802446)\n\nPiperOrigin-RevId: 633802446","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"f2a599339b3669cbc13f8c0500d2ae06a00956df","after":"f894ea845c6b3d3f98a0b934252839d96cb3a231","ref":"refs/heads/test_633802446","pushedAt":"2024-05-16T07:36:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802446](http://cl/633802446)\n\nPiperOrigin-RevId: 633802446","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"bd7f1efadf3dc08ef0e64073cb29c95a701ec077","after":"f2a599339b3669cbc13f8c0500d2ae06a00956df","ref":"refs/heads/test_633802446","pushedAt":"2024-05-16T07:36:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802446](http://cl/633802446)\n\nPiperOrigin-RevId: 633802446","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"ed4f7831ce4cd6fb15bbb81ffe2919070625b94d","after":"bd7f1efadf3dc08ef0e64073cb29c95a701ec077","ref":"refs/heads/test_633802446","pushedAt":"2024-05-16T07:35:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802446](http://cl/633802446)\n\nPiperOrigin-RevId: 633802446","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"d8b511e6adead6135c737122312a1588a2b88aae","after":"3f4ad0226efd5fe3a831d90d52b6dd5613d447f0","ref":"refs/heads/test_633802445","pushedAt":"2024-05-16T07:34:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802445](http://cl/633802445)\n\nPiperOrigin-RevId: 633802445","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"aa263297a21d24961ccaf41eeba473c7c87dc235","after":"d8b511e6adead6135c737122312a1588a2b88aae","ref":"refs/heads/test_633802445","pushedAt":"2024-05-16T06:45:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802445](http://cl/633802445)\n\nPiperOrigin-RevId: 633802445","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"39f11a0c2a2b7df3ee6ed97473cb3116c0e9bd38","after":"01ed78a15bf319c24f8e2c6db2596c76f3a855ae","ref":"refs/heads/test_633802450","pushedAt":"2024-05-16T06:45:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802450](http://cl/633802450)\n\nPiperOrigin-RevId: 633802450","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"735615ad303fab96da9f035a0f9b2a291c1726a0","after":"c02a3e6125adcc28dcde1e0374e24be66cd863a6","ref":"refs/heads/test_633802443","pushedAt":"2024-05-16T06:45:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802443](http://cl/633802443)\n\nPiperOrigin-RevId: 633802443","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"ac8933ee29a72205caa41700497fbfb268065403","after":"02cd92637db21fc9e6e1da0dbe6c1aea156ac129","ref":"refs/heads/test_633802444","pushedAt":"2024-05-16T05:45:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802444](http://cl/633802444)\n\nPiperOrigin-RevId: 633802444","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"e4f3fa7e312fa6df955c964e010a903adfe78e27","after":"8971ce0ec5c7d87a1a3ce293eb6b8059146efedf","ref":"refs/heads/test_633802447","pushedAt":"2024-05-16T05:42:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802447](http://cl/633802447)\n\nPiperOrigin-RevId: 633802447","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"e06de737ff51a0342c755c6fcb2b0d518947f89b","after":"aa263297a21d24961ccaf41eeba473c7c87dc235","ref":"refs/heads/test_633802445","pushedAt":"2024-05-16T05:42:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802445](http://cl/633802445)\n\nPiperOrigin-RevId: 633802445","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"80e19b8aad15bb3d951a020aaf14e427ddd705e5","after":"3e03600fbe5b1df081887ed96e7d3dd81f172d05","ref":"refs/heads/test_633802449","pushedAt":"2024-05-16T05:42:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802449](http://cl/633802449)\n\nPiperOrigin-RevId: 633802449","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"9b488b7dce1b1628613cc48621a40229fd1c805d","after":"ac8933ee29a72205caa41700497fbfb268065403","ref":"refs/heads/test_633802444","pushedAt":"2024-05-16T05:42:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802444](http://cl/633802444)\n\nPiperOrigin-RevId: 633802444","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}},{"before":"31fdf08869ab33b8d4302de10d4f07ed3294766e","after":"735615ad303fab96da9f035a0f9b2a291c1726a0","ref":"refs/heads/test_633802443","pushedAt":"2024-05-16T05:41:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log\nIn this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.\nWe have the following mapping\n1. gpr_log(GPR_INFO,...) -> LOG(INFO)\n2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)\n3. gpr_log(GPR_DEBUG,...) -> VLOG(2)\nReviewers need to check :\n1. If the above mapping is correct.\n2. The content of the log is as before.\ngpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.\n\n----\nDO NOT SUBMIT. This PR is for testing purposes only. [cl/633802443](http://cl/633802443)\n\nPiperOrigin-RevId: 633802443","shortMessageHtmlLink":"[export] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl loggi…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAES3EDPAA","startCursor":null,"endCursor":null}},"title":"Activity · grpc/grpc"}