legacy-knowledge-base
公開されました Jun. 30, 2025

Liferay PaaSのログを時間でフィルタする方法は?

written-by

István Gergely-Tárnoki

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 Experience Could オファリングの名称を次のように変更しました。 Liferay SaaS(旧 LXC) と Liferay PaaS(旧 LXC-SM)となりました。

問題

  • UIでは日付でしかフィルタリングできませんが、正確な時間でフィルタリングする方法はありますか?

環境

  • Liferay PaaS

解像度

  • UI上では日付範囲によるフィルタリングしかできません。 ドキュメントをご覧ください。
  • コマンドラインツールを使って、好きな時間からログを抽出することができます。 ドキュメントとサンプルコマンドを確認し 、プロジェクトの本番環境のLiferayサービスのアプリケーションログを返してください:
lcp log -p <projectname> -e prod -s liferay --since "2023-06-22T11:00:00+00:00" --until "2023-06-22T11:20+00:00" --type application > c:\Liferay\example.log
did-this-article-resolve-your-issue

legacy-knowledge-base