Autosys is logging lots of trace/debug information into the $AUTOUSER/out/as_server.<instance>.log file.
How can we turn off this currently unnecessary logging?
All Supported Releases of AutoSys
There is no way to turn off this as_server logging.
It is hard coded and not driven by variable ISDBGACTIV.
CAUAJM_I_30032 Client [CA WAAE AutoRep:8729][11][xxxxxx:49695:127.0.1.1] [0xffc54bfc][05/18/2017 02:37:46.9834][0:root@xxxxxxxx> 0] API ID [66] execution completed. Total time: 0.046 seconds.
CAUAJM_I_30031 Client [CA WAAE AutoRep:8729][11][xxxxxxx:49695:127.0.1.1] [0xffc54b80][05/18/2017 02:37:47.0459][0:root@xxxxxxx> 0] API ID [257] execution started.
An enhancement request has already been opened here
If this is taking to much space, you can set the LOGROLLOVER option in $AUTOUSER/config.<instance>
#+----------
#
# Keyword: LOGROLLOVER=<value>
#
# Specify when to roll over the Scheduler and Application Server
# log file.
#
# Valid values are:
#
# OFF = Do not roll over the log file.
# MIDNIGHT = Roll over the log file at midnight.
# SIZE(n) = Roll over the log file when it becomes
# larger than the value specified in number
# of megabytes.
# PURGE(n) = Remove all the application generated log
# files older than the value specified in
# number of days.
# MIDNIGHT,SIZE(n) = Roll over the log file at midnight or when
# it becomes larger than the value specified
# in MB.
#
LOGROLLOVER=MIDNIGHT,PURGE(2)