summaryrefslogtreecommitdiff
path: root/src/dbus/dlt-dbus.conf
blob: 2e8a90f0c1361a42a55647d7bdf95a2debfd5e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Configuration file of DLT dbus forwarder
#

########################################################################
# General configuration                                                
########################################################################

# The application Id used for DBus Trace (Default: DBUS)
# If command line parameter used, the command line application id is used instead
ApplicationId = DBUS

# The context Id used for the DBus Trace(Default: ALL)
ContextId = ALL

# The DBus bus to be logged (Default: 1)
# DBUS_BUS_SESSION = 0
# DBUS_BUS_SYSTEM  = 1
# DBUS_BUS_STARTER  = 2
BusType = 1

# Add one or several filters
# Filter String is beginning directly after first occurence of character '='
FilterMatch=type='signal'
FilterMatch=type='method_call'
FilterMatch=type='method_return'
FilterMatch=type='error'