legacy-knowledge-base
公開されました Sep. 10, 2025

{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

learn-legacy-article-disclaimer-text

問題

  • Liferayのログは複数の場所に生成されます:
    • ユーザーは、複数の場所で冗長なログを生成するのをやめたいと考えています。
      {liferay_home}/tomcat/logs/catalina.out
      {liferay_home}/logs/liferay.xyz.log
      {liferay_home}/logs/liferay.xyz.xml
    • ユーザーは、会社ディレクトリから履歴ログを削除したい
      {liferay_home}/logs/companies/10132/liferay-xyz.log
      {liferay_home}/logs/companies/0/liferay-xyz.log

Environment

  • Liferay DXP 7.4

解決策

  • 会社のログについては、以下のプロパティを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

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base