Delete access.log and error.log from WebSphere\IHS\log folder

Rauf

Rauf

VIP Member
Usually we can delete any kind of log file when needed. But just to confirm, can we delete the access.log and error.log from WebSphere\IHS\log folder as it grown to 10 GB.
 
Usually we can delete any kind of log file when needed. But just to confirm, can we delete the access.log and error.log from WebSphere\IHS\log folder as it grown to 10 GB.

Well, if you don't need it (obviously) you can - it does not affect your EnterpriseOne.
On our Windows server we use powershell:
Clear-Content X:\HTTPServer\logs\access.log

Works like a charm, even with 20G+ files
 
Back
Top