Siebel HOW TO: How to change log level in command-line

There is one case that you may want to change log level for mutiple Event. But you don't want to change them one by one. So, there is a quick way to figure it out that using Siebsrvr Command line.

If you want to change all the event types of a comp, please running:

Change evtloglvl %=4 for comp 
   
  

If you want to change a specific event type log level, please running:

change evtloglvl event_alias_name=
   
   for comp 
   
  

你可能感兴趣的:(c,command,Types)