WebService Logging

0
I am trying to find a way to log WebService only logs at TRACE level and store them in the DB since the web service messages are relatively small. But I could not find a way to subscribe to a particular 'Node' level while there is a way to subscribe to a particular logging level. Is this possible with the current API?
asked
1 answers
1

That is correct, I haven't checked this since Mx5 but as far as I know you can't subscribe to a single lognode.

I had to do the same thing for a project once. And I did this through a Java action that simply filtered on the lognode name. See this java file
I'm not entirely sure if this action is Mx6 compatible, I thought the messages and/or lognode name have changed slightly since I created the action.

answered