1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-06-10 18:50:22 +00:00

fix(debug): use _debug=128 instead of log for viya web with tasks

This commit is contained in:
mulahasanovic
2026-05-13 15:17:53 +02:00
parent 8f726c0ac9
commit cd350e4e6d
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export abstract class BaseJobExecutor implements JobExecutor {
config.useComputeApi === null &&
config.serverType === ServerType.SasViya &&
config.runAsTask === true
? 'log'
? 128
: 131
}