mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 16:01:32 +00:00
Stop LogMonitor on EventHandler.cleanup() in LogMonitoringEH
This commit is contained in:
parent
469c1e7217
commit
c0fb28c46c
@ -54,3 +54,6 @@ class LogMonitoringEventHandler(EventHandlerBase, MonitorManagerMixin):
|
|||||||
|-value: new tail length
|
|-value: new tail length
|
||||||
"""
|
"""
|
||||||
self.set_monitor_args(self.process_name, data['value'])
|
self.set_monitor_args(self.process_name, data['value'])
|
||||||
|
|
||||||
|
def cleanup(self):
|
||||||
|
self.monitor.stop()
|
||||||
|
Loading…
Reference in New Issue
Block a user