0
symfonyのconfig.ymlにformatter: json
を追加するだけで、すべてのMonologインスタンスで使用するフォーマッタを定義できますか?config.ymlにmonologフォーマッタを設定する
symfonyのconfig.ymlにformatter: json
を追加するだけで、すべてのMonologインスタンスで使用するフォーマッタを定義できますか?config.ymlにmonologフォーマッタを設定する
サービス:
json:
class: Monolog\Formatter\JsonFormatter
モノローグ:
handlers:
file:
type: stream
level: debug
formatter: json
[http://symfony.com/doc/current/logging/formatter.html ](http://symfony.com/doc/current/logging/formatter.html) – DonCallisto