Files
wpstudio-media-cloud-transf…/config/logger.php

11 lines
158 B
PHP
Raw Normal View History

2022-07-10 10:27:25 +03:00
<?php
return [
/**
* Available logging types: html, error_log, both
* default: html
*/
'log_type' => $_ENV['LOG_TYPE'] ?? 'html',
];