aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/test/perl/help.Levent.expected
blob: 1f7c17cd81c321d151415e33664135e6a3bba8bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Usage: vespa-jdisc-logfmt [options] [inputfile ...]
Options:
  -l LEVELLIST	--level=LEVELLIST	select levels to include
  -L LEVELLIST	--add-level=LEVELLIST	define extra levels
  -s FIELDLIST	--show=FIELDLIST	select fields to print
  -p PID	--pid=PID		select messages from given PID
  -S SERVICE	--service=SERVICE	select messages from given SERVICE
  -H HOST	--host=HOST		select messages from given HOST
  -c REGEX	--component=REGEX	select components matching REGEX
  -m REGEX	--message=REGEX		select message text matching REGEX
  -f		--follow		invoke tail -F to follow input file
  -N		--nldequote		dequote newlines in message text field
  -t	--tc	--truncatecomponent	chop component to 15 chars
  	--ts	--truncateservice	chop service to 9 chars

FIELDLIST is comma separated, available fields:
	 time fmttime msecs usecs host level pid service component message
Available levels for LEVELLIST:
	 debug error event info unknown warning
for both lists, use 'all' for all possible values, and -xxx to disable xxx.