sistemato alcuni riferimenti ad importo e modifica per sole spese. Vedere anche per entrate

This commit is contained in:
2025-08-07 16:10:49 +02:00
parent f82f65a0c5
commit 9320ce76a1
6 changed files with 112 additions and 84 deletions

View File

@@ -65,6 +65,14 @@ return [
'replace_placeholders' => true,
],
'app' => [
'driver' => 'single',
'path' => storage_path('logs/gestionale2025.log'),
'level' => env('LOG_LEVEL', 'debug'),
'days' => env('LOG_DAILY_DAYS', 14),
'replace_placeholders' => true,
],
'daily' => [
'driver' => 'daily',
'path' => storage_path('logs/laravel.log'),