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 cd2e9a9 commit 15d1084Copy full SHA for 15d1084
src/Commands/InstallDiscordLoggerCommand.php
@@ -72,7 +72,7 @@ private function addLoggingConfiguration()
72
'message' => env('DISCORD_MESSAGE', null),
73
'context' => env('DISCORD_INCLUDE_CONTEXT', false),
74
'suffix' => env('DISCORD_LOG_SUFFIX', config('app.name')),
75
- 'environment' => ['production', 'staging'],
+ 'environment' => ['production', 'local'],
76
],";
77
78
$pattern = "/(\s+)'emergency' => \[/";
0 commit comments