stable

Clone or download

Read-only

fix: request #40468 Missing log file when tuleap collect-system-data

Pattern was matching files ending with _log, but oidc log file is named openid_connect_client.log and so does not match the pattern. By removing the _ before log in pattern, we match it. *Testing:* Command `tuleap collect-system-data` should get all logs file Change-Id: Ic7cd5e806053f3fbd98626cca2f32d64a8061a6a

Modified Files

Name
M src/common/System/CollectSystemDataCommand.php +1 −1 Go to diff View file