tapis-project / tapis-apps

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Apps: Add support for logConfig attribute in parameterSet #42

Closed scblack321 closed 10 months ago

scblack321 commented 12 months ago

https://github.com/tapis-project/tapis-jobs/issues/31 https://confluence.tacc.utexas.edu/display/CIC/Jobs+and+Apps+LogArgs+Feature

"logConfig": {
    "$comment": "Log file redirection and customization in supported runtimes",
    "type": "object",
    "required": [ "stdoutFilename", "stderrFilename" ],
    "additionalProperties": false,
    "properties": {
      "stdoutFilename": {"type": "string", "minLength": 1},
      "stderrFilename": {"type": "string", "minLength": 1}
    }
}