Skip to content

Commit

Permalink
👍 Update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Mar 24, 2024
1 parent 7888d94 commit 7d7e720
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 26 deletions.
12 changes: 1 addition & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,5 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "path",
"url": "./plugins/*"
},
{
"type": "path",
"url": "./themes/*"
}
]
"prefer-stable": true
}
93 changes: 80 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' => ['single'],
'channels' => ['daily', 'slack'],
'ignore_exceptions' => false,
],

Expand All @@ -73,7 +73,8 @@
'url' => env('LOG_SLACK_WEBHOOK_URL'),
'username' => 'JuzaCMS Log',
'emoji' => ':boom:',
'level' => env('LOG_LEVEL', 'critical'),
'level' => env('LOG_LEVEL', 'error'),
'tap' => [\Juzaweb\CMS\Logging\AddCustomInformation::class],
],

'papertrail' => [
Expand Down

0 comments on commit 7d7e720

Please sign in to comment.