diff options
| author | Barry Warsaw | 2012-12-23 15:10:51 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-12-23 15:10:51 -0500 |
| commit | e75e3c364a26ee08b0da9b29115de40271f574c5 (patch) | |
| tree | 0d1709b633366a5cb552739c723230aad9ab1ef7 /src/mailman/bin/master.py | |
| parent | 5d31d7cb6e875f343f409147cbd626682c7ee21a (diff) | |
| download | mailman-e75e3c364a26ee08b0da9b29115de40271f574c5.tar.gz mailman-e75e3c364a26ee08b0da9b29115de40271f574c5.tar.zst mailman-e75e3c364a26ee08b0da9b29115de40271f574c5.zip | |
Diffstat (limited to 'src/mailman/bin/master.py')
| -rw-r--r-- | src/mailman/bin/master.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/bin/master.py b/src/mailman/bin/master.py index 25a7dc444..00469c46a 100644 --- a/src/mailman/bin/master.py +++ b/src/mailman/bin/master.py @@ -425,6 +425,7 @@ class Loop: necessary and configured to do so. """ log = logging.getLogger('mailman.runner') + log.info('Master started') self._pause() while True: try: @@ -478,6 +479,7 @@ Runner {0} reached maximum restart limit of {1:d}, not restarting.""", new_pid = self._start_runner(spec) new_info = (rname, slice_number, count, restarts) self._kids.add(new_pid, new_info) + log.info('Master stopped') def cleanup(self): """Ensure that all children have exited.""" |
