abrt-CCpp.conf(5)
=================

NAME
----
abrt-CCpp.conf - Configuration file for ABRT's core dump crash hook

SYNOPSIS
--------
/etc/abrt/plugins/CCpp.conf

DESCRIPTION
-----------
The configuration file consists of items in the format "Option = Value".
Ithe following items are recognized:

*DebuginfoLocation = 'directory'*::
   Specify directories where ABRT should look for non-system debuginfos.
   This is a colon-separated list of file system paths.
   +
   Beware the first path in the list is used by ABRT to save downloaded
   debuginfos, therefore the first path in the list must be _writable_, the
   rest of the list can be read-only.
   +
   Default is `/var/cache/abrt-di`.

*PackageManager = 'yum/dnf'*::
   Specify the package manager used for downloading debuginfo packages.
   +
   Default is dnf.

*VerboseLog = 'integer'*::
   Verbosity level for the hook. Used for debugging.
   +
   Default is 0.

FILES
-----
/etc/abrt/plugins/CCpp.conf

SEE ALSO
--------
abrt.conf(5)
abrt-action-generate-core-backtrace(1)

AUTHORS
-------
* ABRT team
