MID サーバーをデバッグモードに追加する方法Summary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } この記事では、MID サーバーにデバッグモードを追加する手順について説明します 1) インスタンスにログインします。 2) MID サーバー>>サーバーに移動します。 3) デバッグモードを追加するリストから MID サーバーを開きます。 4) 設定パラメーターに移動します。 5) プロパティ mid.log.level を検索して選択します。 6)値をDEBUGとして追加します。(すべて大文字) 7) 保存します。 これで、問題を再現してデバッグログをキャプチャできます。 インスタンスで [MID ログを取得] 機能を使用して MID ログをダウンロードするには、次の手順を実行します。1. アプリケーションナビゲーターで「MID サーバー」を検索し、リストから適切な MID サーバーを選択して、MID サーバーレコードに移動します。2. MID サーバーレコードページで、[MID ログを取得] リンクを探します。このリンクは通常、[関連リンク] セクションにあります。[MID ログを取得] リンクをクリックします。このアクションにより、MID サーバーからログを収集するプロセスが開始されます。3. 収集されるログには、[エージェントログ] タブにあるエージェントログとラッパーログが含まれます。エージェントログには ECC キューアクティビティに関連する情報が含まれ、ラッパーログには MID サーバーアプリケーションと Java 自体に関する情報が含まれます。 MID サーバーホストから直接 MID ログを取得するには、次の手順に従います。1. ログを分析する MID サーバーホストに接続します。2. ログは通常、「/glide/agents//logs/」のようなディレクトリに保存されます。たとえば、「/glide/agents/<mid_server_name>/logs/」などのパスでログファイルが見つかる場合があります。3. 通常、メインログファイルの名前は「agent0.log.0」です。このファイルが特定のサイズ (例: 10 MB) に達すると、「agent0.log.1」、「agent0.log.2」などの他のログファイルにローテーションされます。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } All (すべて)