Documentation update Tools.md and README.md
Change-Id: I7b3651570ce15f003ff93c49877b8292aed04170
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/README.md b/README.md
index 63e1773..43de646 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@
* IO storage and EEH (Enhanced Error Handling) testing
* Secure boot
* SNMP (Simple Network Management Protocol)
+* Remote Logging via Rsyslog
**Debugging Supported List**
* SOL collection
@@ -108,6 +109,8 @@
`snmp/`: Contains test cases for SNMP (Simple Network Management Protocol)
configuration testing.
+`remote_logging`: Contains test cases for remote logging via rsyslog.
+
`openpower/ras/`: Contains test cases for RAS (Reliability, Availability and
Serviceability) for an OpenPOWER system.
diff --git a/Tools.md b/Tools.md
index 1de5e4b..5099085 100644
--- a/Tools.md
+++ b/Tools.md
@@ -5,6 +5,9 @@
HTX is a suite of test tools for stressing system hardware. It is routinely
used by the test suites under `systest/`. Refer to [README](https://github.com/open-power/HTX)
+## Remote Logging via Rsyslog ##
+
+Refer to [README](https://github.com/openbmc/phosphor-logging/blob/master/README.md#remote-logging-via-rsyslog)
## Converting SELs to readable format: ##
@@ -135,4 +138,4 @@
```
sudo apt-get update
sudo apt-get install hdparm
-```
\ No newline at end of file
+```