Files
emails/api/setup/settings/98_log.php

6 lines
96 B
PHP
Raw Normal View History

2022-11-09 15:20:04 -03:00
<?php
return [
2023-06-08 20:49:27 -04:00
'log_file' => '/logs/php.log',
'logstash_socket' => 'localhost:50000'
];