Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default logger logs every exchange (regular logging). But Camel also ships with the Throughput logger, which is used whenever the groupSize option is specified.

Tip
titleAlso a log in the DSL

In Camel 2.2 onwards there is a log directly in the DSL, but it has a different purpose. Its meant for lightweight and human logs. See more details at LogEIP.

Options

Option

Default

Type

Description

level

INFO

String

Logging level to use. Possible values: FATAL, ERROR, WARN, INFO, DEBUG, TRACE, OFF

groupSize

null

Integer

An integer that specifies a group size for throughput logging. By default, regular logging is used.

...