klesh opened a new issue, #2578: URL: https://github.com/apache/incubator-devlake/issues/2578
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement. ### Description ## Objectives 1. Users should be able to set the path of a folder for logging file storage, by Environment Variable or `.env` file, namely `LOGGING_DIR` 2. All logging files of a specific `pipeline` should be placed in one folder, i.e. `PIPELINE_LOGGING_DIR=$LOGGING_DIR/pipeline-$PIPELINE_ID-$PIPELINE_CREATED_AT` 3. All logging files of `tasks` belongs to the `pipeline` should be in the `pipeline logging dir`, i.e. `$PIPELINE_LOGGING_DIR/task-$TASK_ID-$ROW-$COL-$PLUGIN.log` 4. Provide an API endpoint `/pipelines/:pipeline_id/logging.tar.gz` for user to download the archived logging folder of the pipeline @keon94 ### Use case Users can download the logging archive and send it to us for debugging ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
