groonga - An open-source fulltext search engine and column store.

7.3.18. log_level

7.3.18.1. Summary

log_level - ログ出力レベルの設定

Groonga組込コマンドの一つであるlog_levelについて説明します。組込コマンドは、groonga実行ファイルの引数、標準>入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。

log_levelは、ログ出力レベルを設定します。

7.3.18.2. Syntax

log_level level

7.3.18.3. Usage

log_level warning
[true]

7.3.18.4. Parameters

level

設定するログ出力レベルの値を以下のいずれかで指定します。

EMERG ALERT CRIT error warning notice info debug

7.3.18.5. Return value

[成功かどうかのフラグ]

成功かどうかのフラグ

エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。

7.3.18.6. See also

log_put log_reopen

Table Of Contents

Previous topic

7.3.17. lock_clear

Next topic

7.3.19. log_put

This Page