summaryrefslogtreecommitdiffstats
path: root/elapi/elapi_test
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-09-03 19:13:43 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-09-08 19:26:42 -0400
commit2e29828454a8566d4b0fd6ebc82746d576bfecfe (patch)
tree49fb68da0ceffa2b3a81251dea988e7b122abbbc /elapi/elapi_test
parentc1659a8f0537eaf873d5eb468b2bcd7392af897d (diff)
downloadding-libs-2e29828454a8566d4b0fd6ebc82746d576bfecfe.tar.gz
ding-libs-2e29828454a8566d4b0fd6ebc82746d576bfecfe.tar.xz
ding-libs-2e29828454a8566d4b0fd6ebc82746d576bfecfe.zip
ELAPI Laying foundation for the async processing
A relatively small patch aligning headers and a small portion of code for upcoming implementation of the async event processing. Cleanup of the test config file.
Diffstat (limited to 'elapi/elapi_test')
-rw-r--r--elapi/elapi_test/elapi_ut.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/elapi/elapi_test/elapi_ut.conf b/elapi/elapi_test/elapi_ut.conf
index 00b5912..a42045a 100644
--- a/elapi/elapi_test/elapi_ut.conf
+++ b/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:
;