Logging properties
Can the environment variables RENOVATE_LOG_FILE
and RENOVATE_LOG_FILE_LEVEL
still be used in the template?
I think they were removed in Renovate 38.
In the pipeline log I got:
Uploading artifacts for successful job
Uploading artifacts...
WARNING: No matching files. Path is empty.
ERROR: No files to upload
Switching to LOG_FILE
and LOG_FILE_LEVEL
(plus adjusting the artifacts path to $LOG_FILE
) did fix it for me .