---
 src/log/README | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/src/log/README b/src/log/README
index 0d01e65d5..30d784033 100644
--- a/src/log/README
+++ b/src/log/README
@@ -806,4 +806,20 @@ To test this feature, a GCC flag is added during compile 
time to simulate,
 SIMULATE_NFS_UNRESPONSE, the case the underlying file system is unresponsive,
 and it only takes effect when the cache size is given to a non-zero value. With
 that, the I/O thread will sleep *16 seconds* every 02 write requests. The flag
-is disabled in default.
\ No newline at end of file
+is disabled in default.
+
+
+5. Make facility ID configurable (#3131)
+----------------------------------------------
+Streaming log record is packaged in RFC5424 format and they all carry a fixed
+facility ID (16). Therefore, log record receiver i.e. rsyslogd is not able to
+filter log records on their facility id such as which ones are regular logs
+or which ones are security.
+
+To address the limitation above, a new configurable attribute
+`saLogStreamFacilityId` is added to `SaLogStreamConfig` class; the attribute
+represents the facility of every streaming log record. It has 16 (local use 0)
+by default and a valid value is within the range [0 - 23].
+
+When deleting the value of that attribute, it will go back to
+the default value (16).
-- 
2.17.1



_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to