Search before asking
Description
Objectives
- Users should be able to set the path of a folder for logging file storage, by Environment Variable or
.env file, namely LOGGING_DIR
- 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
- 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
- Provide an API endpoint
/pipelines/:pipeline_id/logging.tar.gz for user to download the archived logging folder of the pipeline
@keon94 @e2corporation
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?
Code of Conduct
Search before asking
Description
Objectives
.envfile, namelyLOGGING_DIRpipelineshould be placed in one folder, i.e.PIPELINE_LOGGING_DIR=$LOGGING_DIR/pipeline-$PIPELINE_ID-$PIPELINE_CREATED_ATtasksbelongs to thepipelineshould be in thepipeline logging dir, i.e.$PIPELINE_LOGGING_DIR/task-$TASK_ID-$ROW-$COL-$PLUGIN.log/pipelines/:pipeline_id/logging.tar.gzfor user to download the archived logging folder of the pipeline@keon94 @e2corporation
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?
Code of Conduct