PeopleSoft 中的跟踪文件保存在哪里?

Where are trace files saved in PeopleSoft?

在 PeopleSoft Enterprise 中,有一个选项可以从登录屏幕启用 tracing options。 (从 PeopleTools > Utilities > Debug 登录后也可以访问跟踪选项)

出于调试目的,我已启用对 SQL 语句的跟踪。但是,一旦会话完成,我不知道在服务器上的何处可以找到我的跟踪日志。

启用跟踪标志后,跟踪日志保存在 PeopleSoft 中的什么位置?

通常它们位于您的环境目录下的 Application Server 上。

例如

  • <PS_HOME>/appserv/<domain>/LOGS(引自article
  • /opt/test/psft/pt/8.53/appserv/prd/LOGS/PSAPPSRV.10742/process_state.txt(引自blog entry
  • $PS_CFG_HOME/appserv/<DOMAIN>/LOGS(引自blog entry