前のトピック: ログ ファイル

次のトピック: コマンド ライン ユーティリティ

ログ ファイルの設定

ファイル install_path¥CA¥productname¥conf¥caaipconf.cfg を編集することによって、ログ ファイルを設定できます。 ログ記録に関連するプロパティは、次のとおりです。

<property name="CONFIG_KEY_TRACE_LEVEL">
<!--Valid values: trace,debug,information,notice,warning,error,critical,fatal-->
<value>information</value>
<displayName>Trace level</displayName></property>

注: 全体のログ レベルを debug または trace に設定すると、製品が著しく遅くなる場合があります。

<property name="CONFIG_KEY_TRACE_FILENAME">
<value>./Rainier.log</value>
<displayName>Trace filename path</displayName>
</property>

<property name="CONFIG_KEY_TRACE_INCLUDES">
<displayName>Force trace on for these IDs.  Zero or more regex expressions separated by 
</displayName>
<!-- E.g.  AOM-001;CTL-.*   -->
<value/>
</property>

<property name="CONFIG_KEY_TRACE_EXCLUDES">
<displayName>Force trace off for these IDs.  Zero or more regex expressions separated by 
</displayName>
<value/>
</property>