File tree 1 file changed +4
-4
lines changed
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::
41
41
}
42
42
43
43
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.
45
45
46
46
Monolog
47
47
-------
@@ -390,9 +390,9 @@ Learn more
390
390
logging/monolog_regex_based_excludes
391
391
392
392
.. _`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/
394
394
.. _`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
397
397
.. _`logrotate` : https://github.com/logrotate/logrotate
398
398
.. _`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