summaryrefslogtreecommitdiffstats
path: root/docs/sections/logging.rst
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2021-06-01 09:57:40 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2021-06-02 12:35:06 +0530
commit211b609bd426b22fe7a0fc60a970a787acc006ca (patch)
tree2ed0a472d5d552fbf2c39a9b85449f7850b440ae /docs/sections/logging.rst
parent5034a07fa6174039e8fb88e2d508932ed05a120c (diff)
Update docs for music migration
- Update the Architecture diagram - Split Installation page into configuration and advanced options Issue-ID: OPTFRA-964 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I214b05ef0f88cb11f50aa6156450506074ed06c0
Diffstat (limited to 'docs/sections/logging.rst')
-rw-r--r--docs/sections/logging.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/sections/logging.rst b/docs/sections/logging.rst
index 86b63f9..2078ade 100644
--- a/docs/sections/logging.rst
+++ b/docs/sections/logging.rst
@@ -13,4 +13,24 @@ Timestamp|RequestId|ServiceInstanceId|ThreadId|Virtual Server Name|ServiceName|I
The logger util module can be found at:
-<>/has/conductor/conductor/common/utils/conductor_logging_util.py \ No newline at end of file
+<>/has/conductor/conductor/common/utils/conductor_logging_util.py
+
+Log File Rotation
+-----------------
+
+Sample ``logrotate.d`` configuration files have been provided in the
+repository.
+
+To install, place all Conductor `logrotate
+files </examples/distribution/ubuntu/logrotate.d>`__ in
+``/etc/logrotate.d``.
+
+Set file ownership and permissions:
+
+.. code:: bash
+
+ $ sudo chown root:root /etc/logrotate.d/conductor*
+ $ sudo chmod 644 /etc/logrotate.d/conductor*
+
+``logrotate.d`` automatically recognizes new files at the next log
+rotation opportunity and does not require restarting.