Initial commit
This commit is contained in:
10
config/logger.php
Normal file
10
config/logger.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
return [
|
||||
/**
|
||||
* Available logging types: html, error_log, both
|
||||
* default: html
|
||||
*/
|
||||
'log_type' => $_ENV['LOG_TYPE'] ?? 'html',
|
||||
];
|
Reference in New Issue
Block a user