Weblogic 12c - How to prevent server.out file from rotating on MS restart
There is an option in Weblogic to prevent log rotation for a managed server during startup - is there a way to prevent the server.out files from being rotated as well?
I utilize logrotate to handle rotation and compression of the server.out files and this is nice and clean. However, if a managed server is restarted the .out file is rotated and then I end up with servername_MS_01.out0000?/ servername_MS_02.out0000? files, as an example. I have added functionality to logrotate to rotate these files as well, but I would prefer that the .out files are not rotated from a managed server restart, so I can have one single daily compressed file.