diff --git a/zipline/core/host.py b/zipline/core/host.py index fe97904f..804b25e6 100644 --- a/zipline/core/host.py +++ b/zipline/core/host.py @@ -44,6 +44,7 @@ class ComponentHost(object): Run the host. """ log.info('===== PARENT PID: %s' % os.getppid()) + log.info('===== PID: %s' % os.getpid()) self.open() #self.shutdown()