diff options
author | Dmitri Pal <dpal@redhat.com> | 2009-09-03 19:13:43 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-08 19:26:42 -0400 |
commit | 717f368f86f160744e27a430d3b4ec2fd4c3bd64 (patch) | |
tree | d85b1fa2823163c91746ffe844439247d0a209dc /common/elapi/elapi_test | |
parent | 13cf6a9c9d37a14ff46f6d512aab402616359570 (diff) | |
download | sssd-717f368f86f160744e27a430d3b4ec2fd4c3bd64.tar.gz sssd-717f368f86f160744e27a430d3b4ec2fd4c3bd64.tar.bz2 sssd-717f368f86f160744e27a430d3b4ec2fd4c3bd64.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 'common/elapi/elapi_test')
-rw-r--r-- | common/elapi/elapi_test/elapi_ut.conf | 16 |
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 00b5912a..a42045a2 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: ; |