Example #1
0
 def _get_app_logs(self, app_name, time_string):
     return get_app_logs(app_name, time_string)
Example #2
0
 def _get_app_logs(self, app_name, time_string):
     return get_app_logs(app_name, time_string)
Example #3
0
 def _get_app_logs(self, app_name, time_string, filtered):
     return get_app_logs(app_name, time_string, filtered)
Example #4
0
File: app.py Project: mrB1B0/binder
 def _get_app_logs(self, app_name, time_string, filtered):
     return get_app_logs(app_name, time_string, filtered)