Petals ESB Container

No debug trace when the log level of loggers is set to FINE or FINER

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 4.0.0, 4.1.0, 4.2.0
  • Fix Version/s: 5.0.0
  • Component/s: Logging
  • Security Level: Public
  • Description:

    Debug traces are printed only when the log level of loggers is set to FINEST, no debug trace if set to FINE or FINER

  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Tue, 12 Nov 2013 - 15:20:17 +0100 - edited

on log level set to logger:

  • FINE:
    • the error traces should be printed without class and method name,
    • the warning traces should be printed without class and method name,
    • the info traces should be printed without class and method name,
    • the debug traces should be printed without class and method name, no traces 'start'/'end'/'call'.
  • FINER:
    • the error traces should be printed without class and method name,
    • the warning traces should be printed without class and method name,
    • the info traces should be printed with class and method name,
    • the debug traces should be printed with class and method name, no traces 'start'/'end'/'call'.
  • FINEST:
    • the error traces should be printed without class and method name,
    • the warning traces should be printed without class and method name,
    • the info traces should be printed with class and method name,
    • debug traces and traces 'start'/'end'/'call' are printed with class and method name.
Show
Christophe DENEUX added a comment - Tue, 12 Nov 2013 - 15:20:17 +0100 - edited on log level set to logger:
  • FINE:
    • the error traces should be printed without class and method name,
    • the warning traces should be printed without class and method name,
    • the info traces should be printed without class and method name,
    • the debug traces should be printed without class and method name, no traces 'start'/'end'/'call'.
  • FINER:
    • the error traces should be printed without class and method name,
    • the warning traces should be printed without class and method name,
    • the info traces should be printed with class and method name,
    • the debug traces should be printed with class and method name, no traces 'start'/'end'/'call'.
  • FINEST:
    • the error traces should be printed without class and method name,
    • the warning traces should be printed without class and method name,
    • the info traces should be printed with class and method name,
    • debug traces and traces 'start'/'end'/'call' are printed with class and method name.
Hide
Christophe DENEUX added a comment - Tue, 12 Nov 2013 - 15:41:24 +0100

Fixed in trunk

Show
Christophe DENEUX added a comment - Tue, 12 Nov 2013 - 15:41:24 +0100 Fixed in trunk

People

Dates

  • Created:
    Tue, 12 Nov 2013 - 15:13:30 +0100
    Updated:
    Tue, 12 Nov 2013 - 15:41:24 +0100
    Resolved:
    Tue, 12 Nov 2013 - 15:41:24 +0100