def handle(self, *args, **options):
     """
     Call the log pulling function and do work silently.
     """
     pull_and_parse_logs()
 def handle(self, *args, **options):
     """
     Call the log pulling function and do work silently.
     """
     pull_and_parse_logs()
Beispiel #3
0
 def run(self, **kwargs):
     """
     Do the same thing that the tamarin_pull_logs management command does.
     """
     pull_and_parse_logs()