Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to set a logging discriminator that will drom any message contans the mnemonics etc. "ABC" and "XYZ". As fists step I configure this:logging discriminator nolog mnemonics drops ABCbut when I am trying to add a second statement....logging ...
The problem that still exists is that if you want to create different kind of statements in the same discriminator you just can not. For examplelogging discriminator nolog mnemonics drops ABClogging discriminator nolog severity drops 1.. any ideas?...
it seems that the answer is the following format...logging discriminator nolog mnemonics drops ABC|XYZ ----> " | " =ORthis is nowhere documented....I found it after 2 days test
Hi Ivan,I already tryed that so far. The problem is that when I am trying to add the second discriminator in "buffered" for example it replaces the first one. According to the documendation only one discriminator per destination can be applied. I rea...