Previous Topic: Bulk Load Client Error and Response HandlingNext Topic: Axis Library Logging


Bulk Load Client Log Files

The following are the examples of logging destinations and a logging configuration file for the Bulk Load Client:

The following is an example of the logging configuration file:

# log to a file
handlers= java.util.logging.FileHandler

# global logging level. The valid settings are SEVERE, WARNING, INFO, 
# CONFIG, FINE, FINER and FINEST
.level= INFO

# file handler configuration
java.util.logging.FileHandler.pattern = ../logs/imbulkloadclient.log
java.util.logging.FileHandler.append = true
java.util.logging.FileHandler.limit = 50000
java.util.logging.FileHandler.count = 1
java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter