Skip to content

Commit 54f6f2b

Browse files
authored
Update README.md
Added clearing cache instructions so new log channel can be instantiated
1 parent 6f3433d commit 54f6f2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@ Add the new driver type in your `config/logging.php` configuration
2222
'environment' => 'production', // or ['production', 'staging', 'local']
2323
],
2424
],
25+
```
26+
27+
## Note
28+
You may need to clear cache after installation if you get `laravel.EMERGENCY: Unable to create configured logger. ... Log [discord] is not defined.` with
29+
```bash
30+
php artisan config:clear
31+
```
32+
33+

0 commit comments

Comments
 (0)