Merge branch 'master' of git.ale-pri.com:Logisim-Evolution/AWA

This commit is contained in:
Clément
2025-06-10 18:05:09 +02:00
5 changed files with 50 additions and 17 deletions

View File

@@ -127,6 +127,18 @@ return [
'path' => storage_path('logs/laravel.log'),
],
"projectError" => [
'driver' => 'single',
'path' => storage_path('logs/project.log'),
'level' => 'error',
],
"projectInfo" => [
'driver' => 'single',
'path' => storage_path('logs/project.log'),
'level' => 'info',
]
],
];