lfr logs

It allows you to display the logs from the running Liferay bundle (i.e. catalina.out). If you want to always follow the logs without the need to add -f to the command, you can change edit ~/.lfr/config.toml:

[logs]
follow = true # default to false

Usage:

lfr logs [flags]

Flags:

  • -f, --follow
    • tail the logs from catalina.out
  • -h, --help
    • help for lfr logs

Global Flags:

  • --no-color
    • disable colors for output messages