File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Alternative to the original [ChromeLogger](https://craig.is/writing/chrome-logge
11
11
* [ PSR-7] ( http://www.php-fig.org/psr/psr-7/ ) HTTP message abstraction for the models, and
12
12
* [ PSR-15] ( https://www.php-fig.org/psr/psr-15/ ) compliant middleware for quick integration.
13
13
14
- An alternative to the ChromeLogger extension [ is also available] ( http://github.com/mindplay-dk /server-log )
14
+ ✨ An alternative to the ChromeLogger extension [ is also available] ( http://github.com/kodus /server-log )
15
15
and is [ highly recommended] ( #header-size-limit ) .
16
16
17
17
## Usage
@@ -90,7 +90,7 @@ $logger->usePersistence("/var/www/mysite/webroot/logs", "/logs");
90
90
```
91
91
92
92
Note that this isn't supported by the ChromeLogger extension - you will need to install the alternative
93
- [ ServerLog Chrome extension] ( http://github.com/mindplay-dk /server-log ) instead. (It is backwards
93
+ [ Server Log Chrome extension] ( http://github.com/kodus /server-log ) instead. (It is backwards
94
94
compatible with the header-format of the original ChromeLogger extension, so you can use this as
95
95
a drop-in replacement for the original extension.)
96
96
You can’t perform that action at this time.
0 commit comments