[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: serviceconfig.xml file of Data Collection Engine

Hi Rafael,
    Please see the following schemas for the serviceconfig.xml file:

<Data Collection Engine installation directory>/config/serviceconfig.xsd
<Data Collection Engine installation directory>/config/config.xsd

    The logging levels are in decreasing order (e.g. DEBUG --> SEVERE) for
the amount of information logged.  For example, DEBUG will log all
instrumented log messages in the Data Collection Engine.

<xsd:simpleType name="loggingLevelType">
  <xsd:restriction base="xsd:string">
   <xsd:enumeration value="DEBUG"></xsd:enumeration>
   <xsd:enumeration value="INFORMATION"></xsd:enumeration>
   <xsd:enumeration value="WARNING"></xsd:enumeration>
   <xsd:enumeration value="SEVERE"></xsd:enumeration>
  </xsd:restriction>
 </xsd:simpleType>

Paul

"Rafael Espinha" <rafael@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:cobpmv$mg9$1@xxxxxxxxxxxxxxxxxx
> Hi,
>
> Do somebody know wich values(and their consequences) can I use for the
> attribute "loggingLevel" of AgentControllerConfiguration element of
> serviceconfig.xml file?
>
> []'s
> Rafael Espinha
>
>