create code for clear pass datat for telescope in concole.cernel and config loging

This commit is contained in:
2025-09-30 17:24:37 +03:30
parent 96d93706e6
commit c06d4f55c3
2 changed files with 12 additions and 0 deletions

View File

@@ -141,5 +141,11 @@ return [
'path' => storage_path('logs/mariadb-backup.log'),
'level' => 'info',
],
'telescope' => [
'driver' => 'single',
'path' => storage_path('logs/telescope.log'),
'level' => 'info',
],
],
];