How do I suppress the boilerplate 'WASX7209I: Connected to process...' from the wsadmin command?

StackOverflow https://stackoverflow.com/questions/17955349

  •  04-06-2022
  •  | 
  •  

Question

I have a wsadmin script that needs to produce a very specific output format that will be consumed by a third-party monitoring tool. I've written my Jython script to produce the correct output except that wsadmin always seems to spit out this boilerplate at the beginning:

WASX7209I: Connected to process "dmgr" on node [node] using SOAP connector; The type of process is: DeploymentManager

Is there a way to suppress this output or will I need to do some post processing to strip off this superfluous info?

Was it helpful?

Solution

I'm not aware of any way to suppress that output from being generated. I think you're going to have to strip it out post execution if your consuming system can't handle it...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top