1REPORTER-PRINT(1)              LIBREPORT MANUAL              REPORTER-PRINT(1)
2
3
4

NAME

6       reporter-print - Prints problem information to standard output or FILE.
7

SYNOPSIS

9       reporter-print [-v] [-d DIR] [-o FILE] [-a yes/no] [-r]
10

DESCRIPTION

12       The tool reads problem directory DIR and prints its text representation
13       to stdout or to a specified FILE.
14
15   Integration with ABRT events
16       reporter-print can be used as a reporter, to allow users to report
17       problems by writing them to a file. Example:
18
19           EVENT=report  reporter-print -o "${Log_File:-/tmp/abrt.log}"
20

OPTIONS

22       -d DIR
23           Path to problem directory.
24
25       -v
26           Be more verbose. Can be given multiple times.
27
28       -o FILE
29           Output file
30
31       -a yes/no
32           If -o FILE is specified, controls whether FILE is appended to, or
33           overwritten. (default: no)
34
35       -r
36           Add a record to reported_to in DIR which specifies that this
37           problem was reported. Some tools use this to differentiate between
38           problems which were and weren’t yet reported.
39
40   Output format
41       The output is designed to be machine-parsable. The elements which have
42       only one line are printed in the form
43
44           NAME:<whitespace>VALUE
45
46       Elements which have more than one line are printed in the form
47
48           NAME:
49           :LINE1
50           :LINE2
51           :LINE3
52
53       Output may contain empty lines for better readability.
54

SEE ALSO

56       print_event.conf(5)
57

AUTHORS

59       ·   ABRT team
60
61
62
63LIBREPORT 2.9.5                   08/10/2019                 REPORTER-PRINT(1)
Impressum