When you try to use l-filesToCkan to upload a file of size that exceeds the limit given by ckan.max_resource_size in CKAN configuration, the pipeline execution fails with an error. However, the cause of the failure, the "File upload too large" error is reported as warning in the execution log. For example:
When you try to use l-filesToCkan to upload a file of size that exceeds the limit given by
ckan.max_resource_size
in CKAN configuration, the pipeline execution fails with an error. However, the cause of the failure, the "File upload too large" error is reported as warning in the execution log. For example:Since this is an error that causes the pipeline execution to fail, its log level should be set to error.
Context: Tested with the latest commit on the develop branch (c7aad00c7eb496bb7751ec9176729dfc27eae0cc).