Weblogic server under logs folder has servername.out0000x
files which are extreme huge. Log folder is over 1.4TB and some servername.out000
files are over 100 G.
How these file can be reduced size or can be deleted?
Is there any way to handle these servername.out
files?
Asked
Active
Viewed 140 times
0

Ryan Exlay
- 101
-
1I've found a [similar howto](https://pitss.com/us/2013/11/15/log-rotation-for-weblogic-forms-and-reports-11g/) via google – djdomi May 25 '22 at 17:45
-
@djdomi, thanks for your help. let me try it out, first. But it is about ```.log``` files, which is 500MB. My issue is ```.out.000x```. Mine are currently over 100G now. – Ryan Exlay May 25 '22 at 20:50
-
are these just logs? – djdomi May 27 '22 at 09:31
-
if those logs are standard output and not server logs just use logrotate from your OS, it is weblogic defined server logs you can adjust their rotation and size from the weblogic console – Daniel Ferradal Jan 15 '23 at 10:12