Hi,

The underlying logging framework is log4j. You can find its configuration
file at $ode,war}/WEB-INF/classes/log4j.properties.
To add the date to the logging statement, you can add %d{ABSOLUTE} to the
ConversionPattern.

You can find more information about ConversionPattern here:
http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html

Alexis

On Thu, Aug 27, 2009 at 3:21 AM, m_woojt <[email protected]> wrote:

> Hi!
>
> I' am just a beginner in Apache ODE. I would like to ask how can I add date
> and hour tags to the log? ...where can I find a logging configuration and
> how to do this?
>
> Thanks for your answers.
> M.
>
>
>

Reply via email to