Using B4G to initialize the GIT repository with the endevor system, with approximately 10 thousand elements, the spool consumption volume is very high, is there any setting in Endevor web services to process less spool output ?
Release : 18.1
Component : BRIDGE FOR GIT
Turn off the debug flag in WSTOMSTC JCL
//* LOGLVL='+D' << commnet out the debug flag
And turn on
// LOGLVL='+I' << turn on INFO flag
Or
// LOGLVL=' ' << set log level to none
For Endevor web services spawn task (WSEWSSTC JCL), get rid of some or all the traces
//*EN$TRENQ DD SYSOUT=*
//*EN$TRCCI DD SYSOUT=*
//*SPNDEBUG DD SYSOUT=*
//*
//*EN$TRXIT DD SYSOUT=*
//*EN$TIOTY DD DUMMY
//*EN$TRAUI DD SYSOUT=*
//*EN$TRESI DD SYSOUT=*
Restart WSTOMSTC after the change.