Users Guide

Editing AFM Files
To edit the following file types, use the Edit File option:
Figure 6. Edit File Screen
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 available logging levels are:
ALL
DEBUG
ERROR
INFO
OFF
TRACE
WARN
The typical use case is changing the logging level from INFO to DEBUG, as shown in the following
example:
<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, which is based on the Linux cron job.
18
AFM Server Initial Configuration