Hi all,
I'm working in an environment where arm logging has been configured.
Does anyone of you know how one can suppress all these arm logging Notes in SAS program execution logs (example below from actual log)?
In my opinion these notes don't add any value to the program execution logs but they clutter the log and make it harder to read.
NOTE: MVA_DSIO.OPEN_CLOSE| _DISARM| STOP| _DISARM| 2022-01-01T01:01:01,130+01:00| _DISARM| WorkspaceServer| _DISARM| |
_DISARM| | _DISARM| | _DISARM| 12345678| _DISARM| 11| _DISARM| 31| _DISARM| 967| _DISARM| 7654321| _DISARM| | _DISARM| |
_DISARM| | _DISARM| | _DISARM| | _DISARM| | _ENDDISARM
NOTE: MVA_DSIO.OPEN_CLOSE| _DISARM| STOP| _DISARM| 2022-01-01T01:01:01,130+01:00| _DISARM| WorkspaceServer| _DISARM| |
_DISARM| | _DISARM| | _DISARM| 12345678| _DISARM| 11| _DISARM| 31| _DISARM| 967| _DISARM| 7654321| _DISARM| | _DISARM| |
_DISARM| | _DISARM| | _DISARM| | _DISARM| | _ENDDISARM
If there is a way please also tell me if that's something a SAS Admin would need to configure or if there is some option (which I couldn't find) a developer can define.
Thanks,
Patrick