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

code_jspのトレース・レベルを変更する

written-by

Pooja Bhambani

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

問題

  • 次の「WARN」(コード404)のトレースレベルを変更する方法:
    WARN  [default task-2629][code_jsp:154] {code="404", msg="Not Found", uri=/code.png

Environment

  • Liferay DXP 7.3

解決策

  • ユーザーは、以下のクラスのログレベルを変更することによって、404 not foundのトレースレベルを変更することができます:
    portal_web.docroot.errors.code_jsp

追加情報

  • 他のクラスのログレベルを設定するための推奨事項として、 、ロガーがインスタンス化され、使用されるカテゴリを見るコードを見ることが最も効果的です。 たとえばこの場合、 は次の行にある。:
    private static final Log _log = LogFactoryUtil.getLog("portal_web.docroot.errors.code_jsp");
did-this-article-resolve-your-issue

legacy-knowledge-base