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
parser.add_argument('-C', '--context', help='Show N lines before and after match',
94
98
type=int, required=False, default=0)
95
-
parser.add_argument('-S', '--since', help='Filter logs since the given date',
99
+
parser.add_argument('-s', '--since', help='Filter logs since the given date',
96
100
type=str, required=False, default="@0")
101
+
parser.add_argument('-f', '--sortfield', help='Use Nth field separted by "." in file name to sort. e.g. syslog.1.gz: -f 2, swss.rec.2.gz: -f 3, default 0: sort by timestamp',
0 commit comments