The following are the examples of logging destinations and a logging configuration file for the Bulk Load Client:
java -Djava.util.logging.config.file=configFile MainClass
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
Copyright © 2013 CA.
All rights reserved.
|
|