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:
@@ -60,7 +60,7 @@ export abstract class BaseJobExecutor implements JobExecutor {
|
||||
config.useComputeApi === null &&
|
||||
config.serverType === ServerType.SasViya &&
|
||||
config.runAsTask === true
|
||||
? 'log'
|
||||
? 128
|
||||
: 131
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user