Create logging.ini.php

This commit is contained in:
Namhyeon Go 2020-01-23 21:26:48 +09:00 committed by GitHub
parent 5a1b0f09b8
commit c299218795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,7 @@
<?php
return <<<EOF
[logging]
rfc3164_enabled=0
rfc3164_host=logs6.papertrailapp.com
rfc3164_port=42986
EOF;