PhoenixframeworkChanges-20160428

chrismccord:ba89baf44ced2e574b30d5dc70fdf9ed25f85195

(#1673)
ファイル名

lib/phoenix/channel/server.ex
lib/phoenix/controller.ex
lib/phoenix/controller/logger.ex → lib/phoenix/controller/instrumenter.ex
lib/phoenix/controller/pipeline.ex
lib/phoenix/endpoint.ex
lib/phoenix/endpoint/instrument.ex
test/phoenix/controller/logger_test.exs

controller や channel でのロギングの方法の再検討による修正が実施されたようです。

chrismccord:ee02a61131490266daa1da6610b8ee07f2b71197

(#1673)
ファイル名

CHANGELOG.md
lib/phoenix/channel/server.ex
lib/phoenix/controller/instrumenter.ex
lib/phoenix/endpoint.ex
lib/phoenix/endpoint/instrument.ex
lib/phoenix/logger.ex
lib/phoenix/socket/transport.ex
test/phoenix/endpoint/instrument_test.exs
test/phoenix/controller/logger_test.exs → test/phoenix/logger_test.exs
test/phoenix/test/channel_test.exs

channel のロギングが instrumentation へと移動しました。

chrismccord:0a6bb1cfd95040ee8f570730b4db8107737ff68b

ファイル名
test/phoenix/test/channel_test.exs

今まではテストごとに @tag :capture_log を定義していたのが、 @moduletag :capture_logとして一括での定義へと変更されました。