Skip to content

Commit 15d1084

Browse files
committed
fix: config logger env
1 parent cd2e9a9 commit 15d1084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InstallDiscordLoggerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private function addLoggingConfiguration()
7272
'message' => env('DISCORD_MESSAGE', null),
7373
'context' => env('DISCORD_INCLUDE_CONTEXT', false),
7474
'suffix' => env('DISCORD_LOG_SUFFIX', config('app.name')),
75-
'environment' => ['production', 'staging'],
75+
'environment' => ['production', 'local'],
7676
],";
7777

7878
$pattern = "/(\s+)'emergency' => \[/";

0 commit comments

Comments
 (0)