Skip to content

Commit

Permalink
extend docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kaufmann committed Oct 17, 2022
1 parent ef1f47b commit 0a09eb7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@ return [
*/

'compress-messages' => env('NOTIFICATION_LOG_COMPRESS_MESSAGES', false),

/*
|--------------------------------------------------------------------------
| Resolve Notification Message
|--------------------------------------------------------------------------
|
| If this is enabled, the Logger will try to resolve the built message
| out of the notification. This is useful if you want to debug your
| sent notifications.
|
*/

'resolve-notification-message' => env('NOTIFICATION_LOG_RESOLVE_NOTIFICATION_MESSAGE', false),
];
```

Expand Down

0 comments on commit 0a09eb7

Please sign in to comment.