You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add to the define data a filter on logs functionality.
I think this should be an item in the define data dictionary. as follows
data['logs_to_filter'] = {<log_name> : {'min': , 'max' : }}
if min or max is None or not included it should take all above or below.
The text was updated successfully, but these errors were encountered:
add to the define data a filter on logs functionality.
I think this should be an item in the define data dictionary. as follows
data['logs_to_filter'] = {<log_name> : {'min': , 'max' : }}
if min or max is None or not included it should take all above or below.
The text was updated successfully, but these errors were encountered: