Logging Configuration Reference (MonologBundle)

The MonologBundle integrates the Monolog logging library in Symfony applications. All these options are configured under the monolog key in your application configuration.

MonologBu​​ndle は、Monolog ロギング ライブラリを Symfony アプリケーションに統合します。これらのオプションはすべて、アプリケーション構成の monolog キーの下で構成されます。
1
2
3
4
5
# displays the default config values defined by Symfony
$ php bin/console config:dump-reference monolog

# displays the actual config values used by your application
$ php bin/console debug:config monolog

Note

ノート

When using XML, you must use the http://symfony.com/schema/dic/monolog namespace and the related XSD schema is available at: https://symfony.com/schema/dic/monolog/monolog-1.0.xsd

XML を使用する場合、http://symfony.com/schema/dic/monolognamespace を使用する必要があり、関連する XSD スキーマは https://symfony.com/schema/dic/monolog/monolog-1.0.xsd で入手できます。

Tip

ヒント

For a full list of handler types and related configuration options, see Monolog Configuration.

ハンドラーの種類と関連する構成オプションの完全な一覧については、Monolog 構成を参照してください。

Note

ノート

When the profiler is enabled, a handler is added to store the logs' messages in the profiler. The profiler uses the name "debug" so it is reserved and cannot be used in the configuration.

プロファイラーを有効にすると、ログのメッセージをプロファイラーに保存するためのハンドラーが追加されます。プロファイラーは「debug」という名前を使用するため、予約されており、構成では使用できません。