8000 [2.6] Don't use deprecated features by wouterj · Pull Request #5587 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[2.6] Don't use deprecated features #5587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[2.6] container:debug -> debug:container
  • Loading branch information
wouterj committed Jul 31, 2015
commit 68724e479cf6555172b0310a303520f25dc90b14
2 changes: 1 addition & 1 deletion cookbook/logging/channels_handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ the channel).
.. note::

Each channel corresponds to a logger service (``monolog.logger.XXX``)
in the container (use the ``container:debug`` command to see a full list)
in the container (use the ``debug:container`` command to see a full list)
and those are injected into different services.

.. _logging-channel-handler:
Expand Down
0