Skip to content

Commit

Permalink
removed disabled from config
Browse files Browse the repository at this point in the history
  • Loading branch information
developernaren committed Jul 29, 2021
1 parent 76635ed commit 7841ade
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
'retention' => env('CLOUDWATCH_LOG_RETENTION_DAYS', 14),
'group_name' => env('CLOUDWATCH_LOG_GROUP_NAME', 'laravel_app'),
'version' => env('CLOUDWATCH_LOG_VERSION', 'latest'),
'disabled' => env('DISABLE_CLOUDWATCH_LOG', false),
'batch_size' => env('CLOUDWATCH_LOG_BATCH_SIZE', 10000),
'formatter' => function ($configs) {
return new \Monolog\Formatter\LineFormatter(
Expand Down
2 changes: 1 addition & 1 deletion src/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function __invoke(array $config)
* 'retention' => env('CLOUDWATCH_LOG_RETENTION_DAYS', 14),
* 'group_name' => env('CLOUDWATCH_LOG_GROUP_NAME', 'laravel_app'),
* 'version' => env('CLOUDWATCH_LOG_VERSION', 'latest'),
* 'via' => \Pagevamp\Logger::class,
* 'via' => \Pagevamp\Logger::class,
* ]
*
* @return array
Expand Down

0 comments on commit 7841ade

Please sign in to comment.