Dell Active Fabric Manager Instalační manuál Strana 22

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 40
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 21
1. logback.xml — The logback.xml file contains the database logging file and enables or disables debugging. By
default, the logging level is set to INFO. The logging levels are as follows: ALL, DEBUG, ERROR, INFO, OFF, TRACE, or
WARN.
The typical use case is change the logging level from INFO to DEBUG,
<logger name="com.dell.indigo" level="INFO" /> change to <logger name="com.dell.indigo" level=" DEBUG" />
<logger name="com.dell.dfm" level=" INFO " /> changed to <logger name="com.dell.dfm" level="DEBUG" />
<logger name="com.dell.wnm" level=" INFO " /> changed to <logger name="com.dell.wnm" level="DEBUG" />
2. config.properties — The config.properties file contains the system level configuration for the database backup. It
is performs the database backup based on Linux cron job.
To edit a logback.xml AFM system file:
1. Select the Edit File option.
2. Enter the edit file option 1 to select the 1.logback.xml option.
Figure 9. Edit AFM File System
3. Press the Enter button.
4. Search for “com.dell.dfm” and “com.dell.wnm” keyword. Change the logging level from “level=INFO” to
“level=DEBUG”.
For example:
<logger name="com.dell.dfm" level="DEBUG">
<appender-ref ref="DCM-MESSAGE" />
<!-- appender-ref ref="DCM-ERROR" />
<appender-ref ref="DCM-TRACE" /-->
</logger>
22
Zobrazit stránku 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 39 40

Komentáře k této Příručce

Žádné komentáře