Weblogic Logs Rotation and truncation
What is the recommended approach to rotate and archive logs for Weblogic 12.2.1.3? The logs I am wanting to rotate are PIA_stdout* PIA_stderr* PIA_weblogic* PIA_access* and PIA_servlets*.
For weblogic and access log, can I just use the weblogic admin console?
For stdout/stderr, is it recommended to use logrotate? It seems to me they are not rotated and can get quite large. I am worried about using logrotate directive 'copytruncate' here, will the file handle be destroyed?
Do PIA_servlets* need to be rotated and truncated?
Any advice would be appreciated.