Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r80698:5c05d44fcd84
Date: 2015-11-15 23:56 +0100
http://bitbucket.org/pypy/pypy/changeset/5c05d44fcd84/

Log:    Update this release doc

diff --git a/pypy/doc/release-4.0.1.rst b/pypy/doc/release-4.0.1.rst
--- a/pypy/doc/release-4.0.1.rst
+++ b/pypy/doc/release-4.0.1.rst
@@ -81,7 +81,9 @@
 
   * Support stackless and greenlets on PPC machines
 
-  * Improve debug logging in subprocesses when using PYPYLOG=..:log.$$
+  * Improve debug logging in subprocesses: use PYPYLOG=jit:log.%d
+    for example to have all subprocesses write the JIT log to a file
+    called 'log.%d', with '%d' replaced with the subprocess' PID.
 
   * Support PyOS_double_to_string in our cpyext capi compatibility layer
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to