You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the new discord channel type in your `config/logging.php` configuration file, find the channels section and add the discord array within
12
+
1.Add the new discord channel type in your `config/logging.php` configuration file, find the channels section and add the discord array within
13
13
14
14
```php
15
15
'channels' => [
@@ -25,6 +25,8 @@ Add the new discord channel type in your `config/logging.php` configuration file
25
25
],
26
26
],
27
27
```
28
+
2. Add the new discord channel inside the `stack` channel, its recommended to set `LOG_CHANNEL` to `stack` so you can still have your daily logs when running in production
29
+
3. Customize the package settings either directly in the config or in the .env file
28
30
29
31
## Note
30
32
You may need to clear cache after installation if you get `laravel.EMERGENCY: Unable to create configured logger. ... Log [discord] is not defined.` with
@@ -36,5 +38,6 @@ Dont forget to cache the config again after clearing cache if ran on production
0 commit comments