I want to rotate all the logs in apigee edge components. I could see many of the services doesn't have logrotation feature by default. In my working environment, there is no log rotation config for below services.
edge-ui, zookeeper, openLDAP, qpidd, qpid-server, postgress, etc..
I tried to create /opt/apigee/<apigee service>/source/conf/logback.xml wherever it doesn't exist, and restarted the service. No impact with this.
Also I tried creating /opt/apigee/<apigee service>/source/conf/logrotate.conf and restarted the service. Still no impact.
Please help me.