From e426924c19500011aa419accc251a923fe857b94 Mon Sep 17 00:00:00 2001 From: Michael Lazos Date: Wed, 31 Jan 2024 21:50:55 +0000 Subject: [PATCH] Change classification to beta for TORCH_LOGS (#118682) Changes classification of TORCH_LOGS to beta Pull Request resolved: https://github.com/pytorch/pytorch/pull/118682 Approved by: https://github.com/svekars --- docs/source/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/logging.rst b/docs/source/logging.rst index 9901bf77c78..457ebd9dbce 100644 --- a/docs/source/logging.rst +++ b/docs/source/logging.rst @@ -9,7 +9,7 @@ given different log level settings. For instance, one component's log messages can be completely disabled, while another component's log messages can be set to maximum verbosity. -.. warning:: This feature is a prototype and may have compatibility breaking +.. warning:: This feature is in beta and may have compatibility breaking changes in the future. .. warning:: This feature has not been expanded to control the log messages of