ページの先頭行へ戻る
Enterprise Application Platform V1.0.0 GlassFishユーザーズガイド
FUJITSU Software

10.1.8 delete-log-attributes

本製品の独自機能です。

形式

delete-log-attributes [--target target] attribute-name[:attribute-name]*

機能説明

1つまたは複数のロガーに対するログ属性を削除します。

オプション

オプション名

簡略名

説明

--target

なし

以下のどれかを指定します。省略値は「server」です。

  • server

  • GlassFish Serverクラスター名

  • 設定名

オペランド

オペランド名

省略

説明

attribute-name

不可

削除するログ属性の完全スコープ名に対する値を指定します。複数のログ属性を指定する場合、ログ属性を「:」(コロン)で連結して指定します。

戻り値

0: 正常終了
1: 異常終了

注意事項

使用例

以下のように実行します。

C:\eapf\glassfish\glassfish\bin\asadmin delete-log-attributes jp.example.handlers
jp.example.handlers logging attribute deleted.
These logging attributes are deleted for server.
Command delete-log-attributes executed successfully.

/opt/FJSVeapf/glassfish/glassfish/bin/asadmin delete-log-attributes jp.example.handlers
jp.example.handlers logging attribute deleted.
These logging attributes are deleted for server.
Command delete-log-attributes executed successfully.