Commit b827ee1b authored by David Wilson's avatar David Wilson

Delete mitogen.utils.log_to_tmp()

parent 400c971f
......@@ -22,11 +22,6 @@ def disable_site_packages():
sys.path.remove(entry)
def log_to_tmp():
import os
log_to_file(path='/tmp/mitogen.%s.log' % (os.getpid(),))
def log_to_file(path=None, io=True, level='INFO'):
"""Install a new :py:class:`logging.Handler` writing applications logs to
the filesystem. Useful when debugging slave IO problems."""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment