Separate Logview errors from App errors
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
'logs_folder' => $_ENV['LOGS_PATH'] ?? '/logs'
|
||||
'logs_folder' => $_ENV['LOGS_PATH'] ?? '/logs',
|
||||
'logview_prefix' => $_ENV['LOGVIEW_PREFIX'] ?? 'logview'
|
||||
];
|
||||
|
Reference in New Issue
Block a user