From 0febd26b542399cbbfe1c4c01b10a24d9cf4f860 Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Mon, 27 Aug 2018 05:45:02 -0500 Subject: phosphor-ryslog-conf: add way to disable logging Remote logging via rsyslog can be disabled by writing 0 to the port, or an empty string to the address. Change-Id: I50bce3ff008af1b9c488a09a2b36c01abbe5497d Signed-off-by: Deepak Kodihalli --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e0ea54a..f8ab729 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,15 @@ curl -b cjar -k -H "Content-Type: application/json" -X PUT \ https:////xyz/openbmc_project/network/config/attr/HostName ``` +#### Disabling remote logging +Remote logging can be disabled by writing 0 to the port, or an empty string("") +to the IP. + #### Changing the rsyslog server When switching to a new server from an existing one (i.e the address, or port, or both change), it is recommended to disable the existing configuration first. + ## Adding application specific error YAML * This document captures steps for adding application specific error YAML files and generating local elog-errors.hpp header file for application use. -- cgit v1.2.1