Added output logs for swoole during API tests

This commit is contained in:
Alejandro Celaya
2022-01-05 22:14:09 +01:00
parent 11a383b7e5
commit 6caeb11598
2 changed files with 4 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ return [
'process-name' => 'shlink_test',
'options' => [
'pid_file' => sys_get_temp_dir() . '/shlink-test-swoole.pid',
'log_file' => __DIR__ . '/../../data/log/api-tests/output.log',
'enable_coroutine' => false,
],
],