We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6311bb commit 1e20376Copy full SHA for 1e20376
README.md
@@ -6,7 +6,7 @@
6
7
A library with logging enhancement. Including:
8
9
-- `LoggerFacade` facade
+- Overriding `Log` facade
10
- It extends default Laravel `Log` facade with logging adding class path and tracking id into context.
11
- `LogglyHandler` class
12
- It extends monolog's LogglyHandler with tags support
@@ -21,12 +21,6 @@ composer require onramplab/laravel-log-enhancement
21
22
### LoggerFacade
23
24
-Replace the class of `Log` alias to `LoggerFacade` in `config/app.php` as aliases.
25
-
26
-```php
27
-'Log' => Onramplab\LaravelLogEnhancement\Facades\LoggerFacade::class,
28
-```
29
30
The log json will look like this:
31
32
```json
0 commit comments