summaryrefslogtreecommitdiff
path: root/doc/dlt-system.1.txt
blob: d68d69656720fa8db47443ab9d8705cdef0664c5 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
DLT-SYSTEM(1)
==============
:doctype: manpage

NAME
----
dlt-system - DLT system logging process

SYNOPSIS
--------
*dlt-system* [-h] [-d] [-c filename]

DESCRIPTION
-----------
The DLT system logging process is the central application, which logs
system information from the platform. It provides the features
filetransfer, syslog adapater, logging of any kind of files and
procfilesystem logger. The individual features can be enabled and
disabled in the configuration file.

dlt-system loads by default the configuration file /etc/dlt-system.conf.
See dlt-system.conf(1).

OPTIONS
-------
*-h*::
    Display a short help text.

*-d*::
    Daemonize, needed in System V init systems.

*-c*::
    Load an alternative configuration file. By default the configuration
    file /etc/dlt.conf is loaded.

EXAMPLES
--------
Start DLT system with custom configuration::
*dlt-system -c ~/my-configuration.cfg*

EXIT STATUS
-----------
Non zero is returned in case of failure.

AUTHOR
------
Alexander Wenzel (alexander.aw.wenzel (at) bmw.de)

COPYRIGHT
---------
Copyright (C) 2015 BMW AG. License MPL-2.0: Mozilla Public License version 2.0 <http://mozilla.org/MPL/2.0/>.

RESOURCES
---------
Main web site: <http://projects.genivi.org/diagnostic-log-trace> +
Mailinglist: <https://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace>

SEE ALSO
--------
dlt-system.conf(5), dlt-daemon(1)