Skip to content

Commit b3da8d2

Browse files
authored
Update LoggerInterface hyperlink to GitHub page
On this line 'The logger service has different methods for different logging levels/priorities. See LoggerInterface for a list of all of the methods on the logger.' the LoggerInterface link leads to a 404 GitHub page. This PR is to update it to the correct link.
1 parent 506bf89 commit b3da8d2

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
@@ -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`_ for a list of all of the methods on the logger.
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.
4545

4646
Monolog
4747
-------

0 commit comments

Comments
 (0)