Showing posts with label log. Show all posts
Showing posts with label log. Show all posts

Tuesday 21 November 2017

How to clear catalina.out without disabling further logging

Delete Apache Tomcat catalina.out log


Step 1 : Go to apache tomcat log directory
 
                     [root@centos ~]#   cd /apache-tomcat-8.5.12/logs/


Step 2 :  Clear the file catalina.out



                       [root@centos ~]#  echo > catalina.out