fix(legacy): log errors on connect check failure (#2317)

This commit is contained in:
Jonas L 2022-12-16 19:07:38 +01:00 committed by GitHub
parent 13852ad7a7
commit 58dd5bf903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 9 deletions

View file

@ -5,3 +5,5 @@ require_once __DIR__ . '/configs/constants.php';
require_once VENDOR_PATH . '/autoload.php';
require_once CONFIG_PATH . '/conf.php';
Logging::setLogPath(LIBRETIME_LOG_FILEPATH);