Real Time Information Director User Documentation
RTID Management
Hewlett-Packard Company 19 529618 - 001
S
S
e
e
t
t
t
t
i
i
n
n
g
g
L
L
o
o
g
g
L
L
e
e
v
v
e
e
l
l
The Director logs events to the Director WebLogic server log. The events are categorized
by severity level:
1. ERROR
2. WARNING
3. INFO
4. DEBUG
The default log level is INFO. That means INFO and all categories above it (ERROR and
WARNING) are logged. This level can be dynamically modified at runtime. For example
you can turn on the log level to DEBUG to trouble shoot and reset it back to INFO when
you are done. The updates to the log level are immediate.
To control logging, use the –log option of the Director management client, or invoke the
following Director management method from your own client.
The parameter is a string value and one of the following “ERROR”, “WARNING”,
“INFO”, “DEBUG”
void setLogLevel(String name) throws Exception;
Note: When you use this method, a message is logged in the Director server log that
states the current log level.
<Log level set to DEBUG>
Refer to the Director Management Client section above to find out how to set log level
using the Director management client.
S
S
e
e
t
t
t
t
i
i
n
n
g
g
t
t
h
h
e
e
D
D
i
i
r
r
e
e
c
c
t
t
o
o
r
r
P
P
r
r
o
o
c
c
e
e
s
s
s
s
i
i
n
n
g
g
M
M
o
o
d
d
e
e
Sometimes, in the context of testing or troubleshooting, it is valuable to be able to defer
processing or to stop one or more feeds to the Director. To support this kind of testing,
the Director has four defined processing modes. You set the mode (or find out what the
current settings are) by using the –mode option of the Management client. Alternatively,
you can invoke the following Director management method from your own JMX client:
void setProcessingMode(String source, String mode) throws Exception;