Issue #10077: Fix logging of site module errors at startup.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9797b91..e2c424c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #10077: Fix logging of site module errors at startup.
+
 - Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
   filenames encoded to the filesystem encoding with surrogateescape error
   handler (to support undecodable bytes), instead of UTF-8 in strict mode.