mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-27 01:11:39 -06:00
13 lines
154 B
PHP
13 lines
154 B
PHP
<?php
|
|
return [
|
|
|
|
'logger' => [
|
|
'loggers' => [
|
|
'Shlink' => [
|
|
'handlers' => [],
|
|
],
|
|
],
|
|
],
|
|
|
|
];
|