add log for regenerate invoice invoice

This commit is contained in:
edmondlang
2023-09-06 15:45:52 +08:00
parent d3f9f21170
commit f36fa358fe
2 changed files with 41 additions and 28 deletions
+5
View File
@@ -99,6 +99,11 @@ return [
'emergency' => [
'path' => storage_path('logs/laravel.log'),
],
'regenerateInvoice' => [
'driver' => 'single',
'path' => storage_path('logs/regenerateInvoice.log'),
'level' => 'info',
],
],
];