[BE][export] add "+export" logging to de/serialization (#145283)

adds de/serialization debug logging to `TORCH_LOGS="+dynamic"`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/145283
Approved by: https://github.com/ydwu4, https://github.com/angelayi
This commit is contained in:
Pian Pawakapan
2025-01-23 19:47:48 +00:00
committed by PyTorch MergeBot
parent ce4a097bf7
commit d53f2067fe
2 changed files with 60 additions and 11 deletions

View File

@ -49,6 +49,7 @@ register_log(
*DYNAMIC,
"torch._export.converter",
"torch._export.non_strict_utils",
"torch._export.serde.serialize",
],
)