Open
Description
Hi,
I am trying to set:
framework.plugin.ExecutionFileStorage.azure-storage.path=logs/${job.name}-${job.project}/${job.execid}.log
but logs are always created in path that is formated according default pattern:
framework.plugin.ExecutionFileStorage.azure-storage.path=logs/${job.project}/${job.execid}.log
It doesn't matter if it is set project or framework wise (or both).
I am missing something obvious ?
I am using rundeck 3.3.0 and 1.0.6 plugin versions.