8000 Tweaks · symfony/symfony-docs@09e26d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09e26d1

Browse files
committed
Tweaks
1 parent d8730ed commit 09e26d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

logging.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To log a message, inject the default logger in your controller or service::
4141
}
4242

4343
The ``logger`` service has different methods for different logging levels/priorities.
44-
See .. _`LoggerInterface`: https://github.com/php-fig/log/blob/master/src/LoggerInterface.php for a list of all of the methods on the logger.
44+
See `LoggerInterface`_ for a list of all of the methods on the logger.
4545

4646
Monolog
4747
-------
@@ -390,9 +390,9 @@ Learn more
390390
logging/monolog_regex_based_excludes
391391

392392
.. _`the twelve-factor app methodology`: https://12factor.net/logs
393-
.. _PSR-3: https://www.php-fig.org/psr/psr-3/
393+
.. _`PSR-3`: https://www.php-fig.org/psr/psr-3/
394394
.. _`stderr`: https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)
395-
.. _Monolog: https://github.com/Seldaek/monolog
396-
.. _LoggerInterface: https://github.com/php-fig/log/blob/master/Psr/Log/LoggerInterface.php
395+
.. _`Monolog`: https://github.com/Seldaek/monolog
396+
.. _`LoggerInterface`: https://github.com/php-fig/log/blob/master/src/LoggerInterface.php
397397
.. _`logrotate`: https://github.com/logrotate/logrotate
398398
.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/master/DependencyInjection/Configuration.php#L25

0 commit comments

Comments
 (0)
0