Manually rotate WebLogic Server Logfiles
From time to time you have the requirement to rotate the WebLogic Server Logfiles manually on the fly without stopping the WebLogic Managed Servers or AdminServer, for example while you perform some load tests in order to have fresh WebLogic Server Logfiles.
Here is a small Python Script, which rotates the WebLogic Server Logfiles for a list of given Managed Servers and AdminServer.
You will need:
rotatelogs.py = Python Script which rotates the Logfiles
domain.properties = Property File for the required connect data to the Admin Server of your...