Legacy Knowledge Base
Published Sep. 10, 2025

How to stop generating the redundant logs in {liferay_home}

Written By

Kanchan Bisht

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • Liferay logs are generated in multiple locations:
    • Users want to stop generating redundant logs in multiple locations.
      {liferay_home}/tomcat/logs/catalina.out
      {liferay_home}/logs/liferay.xyz.log
      {liferay_home}/logs/liferay.xyz.xml
    • Users want to remove historical logs from the company directory
      {liferay_home}/logs/companies/10132/liferay-xyz.log
      {liferay_home}/logs/companies/0/liferay-xyz.log

Environment

  • Liferay DXP 7.4
  • Quarterly Release 2023.Q1
  • Quarterly Release 2024.Q1

Resolution

  • For company logs, please set the following property to false
    #
    # Set this to true to if each company should output its own log file. The
    # output format is defined in portal-impl/src/META-INF/portal-log4j.xml.
    #
    # Env: LIFERAYCOMPANYPERIODLOGPERIOD_ENABLED
    #
    company.log.enabled=true

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base