From 211b609bd426b22fe7a0fc60a970a787acc006ca Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Tue, 1 Jun 2021 09:57:40 +0530 Subject: 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 Change-Id: I214b05ef0f88cb11f50aa6156450506074ed06c0 --- docs/sections/logging.rst | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'docs/sections/logging.rst') 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 `__ 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. -- cgit 1.2.3-korg