Customizing Logging Levels and Output File Path Names in the fnlogging.properties File.

This document describes how to alter fnlogging.properties file output file pathnames and logging levels. A sample fnlogging.properties file is appended for convenient reference.

Output File Path Name

Edit the file pathname in following line, replacing c:\\eProcess.txt.

Note: A single backslash in the pathname must be represented by a double backslash in the above line.

Logging Level

The default API logging levels are set to one among: {ALL,FINE,FINEST,INFO,WARNING,SEVERE}, for each of the logging.level lines, in the bottom section of the file. To expand api logging to the WARNING level, for example, set the filenet.vw.api.level line in the fnlogging.properties file as follows:

Sample fnlogging.properties File