Skip to content

Commit

Permalink
Re-enable rollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Oct 4, 2018
1 parent a52575c commit de76e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Providers/AppServiceProvider.php
Expand Up @@ -56,9 +56,9 @@ public function register()
$log_level = config('app.log_level');

if (($this->app->environment('production')) && (config('services.rollbar.access_token'))){
//$this->app->register(\Rollbar\Laravel\RollbarServiceProvider::class);
$this->app->register(\Rollbar\Laravel\RollbarServiceProvider::class);
}

foreach ($monolog->getHandlers() as $handler) {
$handler->setLevel($log_level);
}
Expand Down

0 comments on commit de76e8d

Please sign in to comment.