/
Remove "day" argument from log_match api of PTL
Remove "day" argument from log_match api of PTL
Day argument is redundant as log_match also contains starttime and endtime (epoch time) as arguments to search/match pattern.
As starttime and endtime provides day information, log_match can use this info to get log files to search/match accordingly.
After this chage log_match api will be:
def log_match(self, msg=None, id=None, n=50, tail=True, allmatch=False,
regexp=False, max_attempts=None, interval=None,
starttime=None, endtime=None, level=logging.INFO,
existence=True)
, multiple selections available,
Related content
Enabling microsecond logging by default for PTL
Enabling microsecond logging by default for PTL
More like this
PP-838 PTL support to test for logging via Syslog in PBS
PP-838 PTL support to test for logging via Syslog in PBS
More like this
Scheduler's log_events
Scheduler's log_events
More like this
PP-261: micro-second time stamp for daemon logging
PP-261: micro-second time stamp for daemon logging
More like this
Option to suppress logging of hook body in PTL's create_import_hook()
Option to suppress logging of hook body in PTL's create_import_hook()
More like this
Using pbs_config
Using pbs_config
More like this