Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 17, 2024
2 parents c23ebfb + 83d18ba commit 36862f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/sync
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ transform([
],
'daily' => [
'driver' => 'daily',"
'driver' => 'daily',",
"'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null')," => "'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'deprecations'),",
], fn ($changes) => $files->replaceInFile(array_keys($changes), array_values($changes), "{$workingPath}/config/logging.php"));

transform([
Expand Down
2 changes: 1 addition & 1 deletion config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/

'deprecations' => [
'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'deprecations'),
'trace' => env('LOG_DEPRECATIONS_TRACE', false),
],

Expand Down

0 comments on commit 36862f5

Please sign in to comment.