Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

One thing to note that you must have enough of space on disk to create a copy of catalina.out.

In case when no space left on device

and there is no way to add more space, you can drop old logs from beginning of catalina.out file by using command which works with xfs and ext4 file systems :

Code Block
languagebash
#delete the first 1GB:

fallocate -c -o 0 -l 1G catalina.out

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@277f1a
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel in ( "tomcat" , "logs" , "linux" ) and type = "page" and space = "TWKB"
labelstomcat logs
Page Properties
hiddentrue

Related issues