Google

Locations of visitors to this page

Hosted by:
SourceForge

wrapper.logfile.loglevel Property
wrapper.logfile.loglevel Property
Configuration Property Overview
wrapper.logfile.loglevel

Log level to use for logging to the log file. Valid log levels include: NONE for no output, FATAL to only show fatal error messages, ERROR to show all error messages, STATUS to show all state changes, INFO shows all JVM output and informative messages, and DEBUG shows detailed debug information. The default value is INFO.

Example:
wrapper.logfile.loglevel=INFO


User Comments

If you notice something that is incorrect, missing, or simply feel that some part of this page could be explained better, feel free to log in and add a comment. You will need to register before you can log on.

Email:
Password:
by Andy Barnett (2004/05/13 05:08:41 JST from 199.233.104.168)
Gravatar

The log levels are, in order:

NONE
FATAL
ERROR
STATUS
INFO
DEBUG

Setting the log level to one level will display messages of that log level and all higher log levels.

So if you set the log level to STATUS, you will see log messages with the levels STATUS, ERROR, and FATAL.

last modified: