On 7/13/2014 1:55 AM, Ashish Sureka wrote:
Apache uses a logging utility. The logging utility consists of several
levels such as: TRACE, DEBUG, INFO, WARN, ERROR and FATAL.
Which logging level to use (and also when to use) depends on the
level/severity of the event (which needs to be tracked/lo
Apache uses a logging utility. The logging utility consists of several
levels such as: TRACE, DEBUG, INFO, WARN, ERROR and FATAL.
Which logging level to use (and also when to use) depends on the
level/severity of the event (which needs to be tracked/logged).
My question is:
1. Are there