6 lines
96 B
PHP
6 lines
96 B
PHP
<?php
|
|
return [
|
|
'log_file' => '/logs/php.log',
|
|
'logstash_socket' => 'localhost:50000'
|
|
];
|