summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_test/elapi_ut.conf
diff options
context:
space:
mode:
Diffstat (limited to 'common/elapi/elapi_test/elapi_ut.conf')
-rw-r--r--common/elapi/elapi_test/elapi_ut.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/common/elapi/elapi_test/elapi_ut.conf b/common/elapi/elapi_test/elapi_ut.conf
index 00b5912a1..a42045a24 100644
--- a/common/elapi/elapi_test/elapi_ut.conf
+++ b/common/elapi/elapi_test/elapi_ut.conf
@@ -63,7 +63,6 @@ sinks = logfile, syslog
;
; Special sinks provided by ELAPI are:
; file
-; stderr
; syslog
;
; Example:
@@ -100,9 +99,9 @@ sinks = logfile, syslog
; of the sinks that act in the synch mode and guarantee
; the delivery or return failure.
-; SPECIFIC FIELDS FOR DIFFERENT SINKS
+; SPECIFIC CONFIGURATION PARAMETERS FOR DIFFERENT PROVIDERS
;
-; 1) FILE SINK
+; 1) FILE PROVIDER
;
; filename - name of the log file. If not specified <appname>.log will be used.
; Avoid using the same name of the file for different sinks,
@@ -142,6 +141,17 @@ sinks = logfile, syslog
; If this value is missing or 0 - no flushing.
; If it is positive it denotes the number of events before next flush.
; If it is negative it denotes the number of seconds before next flush.
+; Ignored if file is opened and closed each time.
+;
+; marker - (optional)
+; Default is "\n".
+; Marker specifies a line that will be inserted into the file to denote
+; the beginning of a new run. The provided string is used as is
+; as a format argument for the strftime() function. The string can
+; contain zero or one time stamp format specifier listed in a man page
+; for the strftime function(). Providing an invalid marker can
+; potentially cause your application to crash.
+;
;
; Format specific parameters:
;