File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ To log a message, inject the default logger in your controller or service::
4141 }
4242
4343The ``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
4646Monolog
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
You can’t perform that action at this time.
0 commit comments