Skip to content

Commit 58d2f0f

Browse files
committed
Update LaravelEpilogServiceProvider.php
1 parent 569234c commit 58d2f0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Rap2hpoutre/LaravelEpilog/LaravelEpilogServiceProvider.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ public function boot()
5353
config('epilog.slack.username'),
5454
true,
5555
':skull:',
56-
\Monolog\Logger::ERROR
56+
\Monolog\Logger::ERROR,
57+
true,
58+
false,
59+
true
5760
);
5861
$logger->pushHandler($slackHandler);
5962
}

0 commit comments

Comments
 (0)