Skip to content

Commit f576a82

Browse files
author
Chris Hunt
committed
Fix: Change default logging to daily
1 parent bb07ba5 commit f576a82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
'name' => env('APP_NAME', 'Heimdall'),
17-
'version' => '2.5.0',
17+
'version' => '2.5.1',
1818

1919
/*
2020
|--------------------------------------------------------------------------

config/logging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
|
1818
*/
1919

20-
'default' => env('LOG_CHANNEL', 'stack'),
20+
'default' => env('LOG_CHANNEL', 'daily'),
2121

2222
/*
2323
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)