Skip to content

Commit aa31236

Browse files
committed
minor #15109 Update logging.rst (noniagriconomie)
This PR was merged into the 4.4 branch. Discussion ---------- Update logging.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- e37983a Update logging.rst
2 parents dd280ea + e37983a commit aa31236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To do so, :ref:`override the "logger" service definition <service-psr4-loader>`.
2323
Logging a Message
2424
-----------------
2525

26-
To log a message, inject the default logger in your controller::
26+
To log a message, inject the default logger in your controller or service::
2727

2828
use Psr\Log\LoggerInterface;
2929

0 commit comments

Comments
 (0)