summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
Commit message (Collapse)AuthorAgeFilesLines
* Add user custom timestamp interfaceSebastian Unger2019-09-131-0/+3
| | | | | | | | | | | | | Two new macros are introduced so that users can use their customized timestamps for DLT messages: - DLT_LOG_TS(CONTEXT, LOGLEVEL, TS, ARGS ...) - DLT_LOG_ID_TS(CONTEXT, LOGLEVEL, MSGID, TS, ARGS ...) Detailed explanations can be found in dlt_for_developers.md. Also a new option is added to dlt-system to use events' timestamps from journald adapter. Signed-off-by: Sebastian Unger <sunger@de.adit-jv.com>
* Added Description in dlt-system.confAmber Bhardwaj2017-02-161-0/+5
| | | | | | | | | | Added additional information about how to enable syslog feature properly. If still facing issue while capturing syslogs through client (e.g. dlt_viewer) after following given steps then install listed packages: build-essential build-essential checkinstall pkg-config libsystemd-journal-dev Note: It's is a known issue when you try to capture syslog via dlt_viewer then syslogs wouldn't come in dlt_viewer because of improper configuration (won't route the log to port 47111) of dlt-system.
* dlt-system filetransfer waits for a clientSven Hassler2016-02-171-2/+2
| | | | | | | | | | | | | | For each file that is supposed to be sent, dlt-system will check if a client is connected to the daemon. If not, it waits and keeps checking once per second, until a client is connected. Files will still be compressed and moved to the .tosend subdirectory, regardless of the client connection. Changed the default startup timeout in the configuration file to 0. Change-Id: I5850adb51c381bc6279ac59f5bd985491ba5caf3 Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
* Removed all trailing whitespacesLutz Helwing2015-07-211-7/+7
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Reduce Timeout between filetransfer packets.Alexander Wenzel2014-01-101-1/+1
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Fixed: Security Issue by Command Injection in DLT System.Alexander Wenzel2013-07-261-0/+11
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Changes after review of journal implementation.Alexander Wenzel2013-07-251-1/+5
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Beautify output of journal logging.Alexander Wenzel2013-07-251-3/+5
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Added options for journal logging.Alexander Wenzel2013-07-251-0/+17
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* First version of journal support.Alexander Wenzel2013-07-251-0/+14
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* modified filetransfer to be more robust in restarting transfersSimon Brandner2013-07-191-9/+1
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* 2.7.0 Delivery prep.Lassi Marttala2012-06-151-0/+4
| | | | | | Document necessary rights for file transfer directories. Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Updated doxygen documentation, readme, man pages and release notesChristian Muck2012-06-131-4/+2
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Preparation of config files for releaseChristian Muck2012-06-131-1/+1
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* [GDLT-90] Implemented systemd watchdog concept in dlt-systemChristian Muck2012-06-131-3/+3
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* [GDLT-67] dlt-system v2.0, check full commit message for rebase detailsLassi Marttala2012-06-131-18/+31
| | | | | | | | | | | | | | | [GDLT-67] Prepare build system. [GDLT-67] Config parsing, structure for thread handling [GDLT-67] Finalize configuration reading. [GDLT-67] Reimplementation of syslog, logfile, logprocess, shell. [GDLT-67] First complete version of the new dlt-system. [GDLT-67] Fixed header comments. authors, file names. [GDLT-67] Final touches. [GDLT-67] Fixed a problem with thread creation in optimized release binary. [GDLT-67] New configuration file. [GDLT-67] Added dlt debug output Signed-off-by: Christian Muck <christian.muck@bmw.de>
* GDLT-2, Allow for enabling/disabling compression for the separateLassi Marttala2012-04-041-2/+5
| | | | | | directories. Signed-off-by: Christian Muck <christian.muck@bmw.de>
* GDLT-2 zlib based compression.Lassi Marttala2012-04-041-0/+4
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of ↵Christian Muck2012-02-081-3/+7
| | | | the filetransfer fixed.
* Reverted old FIFO functions. Still SHM enabled by default.Alexander Wenzel2011-11-101-2/+2
|
* Improved file logging and added variable to enable each kind of system logging.Alexander Wenzel2011-10-141-30/+43
|
* Enhanced process information logging.Alexander Wenzel2011-10-131-5/+17
|
* All kind of text files can now be logged, e.g. /proc/version.Alexander Wenzel2011-10-061-10/+55
|
* First implementation of filetransfer manager.Alexander Wenzel2011-10-061-2/+21
|
* Functionality log of processes from /proc added.Alexander Wenzel2011-10-051-8/+20
|
* First version of DLT system mamager.Alexander Wenzel2011-10-041-0/+30